Remix.run Logo
abdmjd 14 hours ago

Hey Rob, I just checked out your resume site and wanted to share a quick suggestion. You can make it look significantly more polished by adding just 7 lines of CSS. the code comes from http://bettermotherfuckingwebsite.com/ (don’t mind the name)

body { margin: 40px auto; max-width: 650px; line-height: 1.6; font-size: 18px; color: #444; padding: 0 10px; }

h1, h2, h3 { line-height: 1.2; }