diff options
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 45 |
1 files changed, 2 insertions, 43 deletions
@@ -3,7 +3,7 @@ body { min-height: 100vh !important; background-color: #43464b; - font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto; } @@ -29,6 +29,7 @@ body { + /* Background image */ .rannakuNupp{ margin: .5% 1%; @@ -68,15 +69,6 @@ body { } -/* juhend */ -.juhendUpper{ - color: white; - text-align: center; - margin: 4rem; - margin-bottom: 0; -} - - /* Accordion */ .accordion-item, .accordion-header, .accordion-button{ background-color: transparent !important; @@ -85,36 +77,3 @@ body { } - - -/* Media Queries*/ -@media only screen and (max-width: 1080px) { - #intro{ - margin-bottom: 25vh; - } -} - -@media only screen and (min-width: 1080px) { - #intro{ - height: 100vh !important; - max-height: 100vh !important; - } -} - - -#juhend{ - font-family: 'Kanit', sans-serif; - font-size: larger !important; -} - -@media only screen and (max-width: 560px) { - #juhend{ - margin-bottom: 10%; - } -} - -@media only screen and (min-width: 1080px) { - #juhend{ - height: 100vh !important; - } -} |