diff --git a/src/styles/app.scss b/src/styles/app.scss index 8b4dde93d..9bbc25453 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -22,6 +22,8 @@ html { body { font-family: $body-font; background-color: white; + font-size: 1.5rem; + line-height: 1.6; /* Ensure the footer is always at the bottom of the screen */ min-height: 100vh; @@ -69,6 +71,10 @@ button { font-size: 0.8em; } +.button.button-secondary--no-skeleton { + margin-bottom: 0; +} + code.code-header { background-color: rgba(127, 127, 127, 0.25); font-size: 2rem; @@ -80,12 +86,15 @@ header h1, section h2 { font-family: $header-font; z-index: 999999; position: relative; + letter-spacing: 1px; + font-weight: 300; } header h1 { font-size: 8rem; margin-bottom: 0; margin-top: 0; + line-height: 1.2 } header .button.button-download { @@ -122,6 +131,8 @@ section { margin: 0; padding: 0; letter-spacing: 1px; + font-size: 4.2rem; + line-height: 1.25; } } } @@ -314,6 +325,7 @@ header h1 { left: -10px; width: 120%; max-width: 90vw; + line-height: 1.6; } footer { @@ -328,6 +340,11 @@ footer { ul { list-style-type: none; padding-left: 0; + margin-top: 0; + } + + li { + margin-bottom: 1rem; } a { @@ -344,6 +361,8 @@ footer { footer h4 { font-size: 1.2em; font-weight: 800; + margin-top: 0; + margin-bottom: 2rem; } footer img { @@ -557,6 +576,10 @@ blockquote::before { width: 1px; } +.flex-grow { + flex-grow: 1; +} + .flex { &.vertical { flex-direction: column; @@ -594,10 +617,6 @@ blockquote::before { font-size: 4rem; } - h2 { - font-size: 3rem; - } - .highlight { height: 20px; top: -20px; @@ -620,6 +639,10 @@ blockquote::before { top: 10px; bottom: 30px; } + + h2 { + font-size: 3rem; + } } } diff --git a/templates/components/footer.hbs b/templates/components/footer.hbs index d84f2367d..b48c5bd56 100644 --- a/templates/components/footer.hbs +++ b/templates/components/footer.hbs @@ -1,7 +1,7 @@