diff --git a/index.css b/index.css index a9fb879..22fbe19 100644 --- a/index.css +++ b/index.css @@ -15,31 +15,25 @@ html { /* This pre fixes a bug in regards to the typing animation not working properly. */ pre { position: relative; - font-size: 4rem; + font-size: 64px; top: -10px; text-align: left; } p { - font-size: 1rem; + font-size: 16px; } h1 { - font-size: 4rem; + font-size: 64px; } h2 { - margin-top: 0px; - margin-bottom: 0px; - - font-size: 2.5rem; + font-size: 40px; } -h3 { - margin-top: 0px; - margin-bottom: 0px; - - font-size: 2rem; +h3 { + font-size: 28px; } /* Header stuff. */ @@ -47,13 +41,12 @@ header { align-items: center; justify-content: center; display: block; - - font-size: 2rem; + text-align: center; min-width: 640px; - margin-top: -40px; + margin-top: -50px; color: #5C4756; background-color: #FF9930; @@ -81,7 +74,7 @@ header { max-width: 640px; width: 640px; /* Don't know what, but this solves a funny bug. */ - height: 4ch; + height: 64px; padding-left: 10px; padding-right: 5px; @@ -101,6 +94,13 @@ header { } /* Header links. */ +.HeaderLinkSection { + padding-bottom: 10px; + + margin-top: -40px; + margin-bottom: 10px; +} + .HeaderLink { width: 32px; height: 32px; @@ -149,7 +149,7 @@ header { .SectionSolid { width: 100%; min-height: 200vh; - top: 190px; + top: 180px; background-color: black; position: absolute; diff --git a/index.html b/index.html index 9d44114..e3763b6 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@
|