diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-08T22·10+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-08T22·10+0000 |
commit | 2e0ad09a0275dd11e0e8b3db1cbd04e72b9d196c (patch) | |
tree | 5c462351355f1d72d23b53ce6d9234050b744611 /learn | |
parent | 7924b12fa6cd06d962f53292397f6ee92f141a5c (diff) |
Increase vertical margins for splash text
I'm attempting to follow the principles the TailwindCSS authors wrote in their design book: To space properly, zealously space.
Diffstat (limited to 'learn')
-rw-r--r-- | learn/static/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/learn/static/index.html b/learn/static/index.html index a58daf91f35d..53497668f3d0 100644 --- a/learn/static/index.html +++ b/learn/static/index.html @@ -8,7 +8,7 @@ <title>Learn to code</title> </head> <body class="font-serif container max-w-2xl mx-auto px-8"> - <h1 class="text-5xl text-center my-4">I can teach you to code.</h1> + <h1 class="text-5xl text-center mt-12 mb-8">I can teach you to code.</h1> <div class="my-4"> <p class="leading-relaxed mb-4"> My name is William. I have programmed as a professional for five years |