diff options
Diffstat (limited to 'lehed/oppematerjalid/styles.css')
-rw-r--r-- | lehed/oppematerjalid/styles.css | 33 |
1 files changed, 30 insertions, 3 deletions
diff --git a/lehed/oppematerjalid/styles.css b/lehed/oppematerjalid/styles.css index 987edbd..929d110 100644 --- a/lehed/oppematerjalid/styles.css +++ b/lehed/oppematerjalid/styles.css @@ -1,7 +1,6 @@ body{ font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; background-color: #43464b; - max-height: 100vh !important; } /* NavBar */ @@ -23,9 +22,35 @@ body{ .navbar a{ color: white; } + +.logo { + height: 3.7rem; + width: auto; +} + +footer { + margin: 2% 13%; + margin-top: 5%; +} +footer p { + color: #DBE2E9; + font-size: 0.75em; + line-height: normal; +} + +.logoWrapper { + text-align: center; + align-items: center; + justify-content: center; +} + + + + + /* Lingid */ .lingid { - height: 70%; + height: 27%; display: flex; align-items: center ; justify-content: center; @@ -36,8 +61,10 @@ body{ margin: 4rem; } + +h1 {color: white} h3{ - font-size: 3.7rem; + font-size: 2.5rem; font-weight: 555; } |