From 62caa37da257987c9585ac57ab64bb12ea481d0b Mon Sep 17 00:00:00 2001 From: Rasmus Date: Sun, 14 May 2023 16:12:01 +0300 Subject: fixes Former-commit-id: 09885e5cd344caaee9cdc2005b7e88dcc5206213 --- styles.css | 45 ++------------------------------------------- 1 file changed, 2 insertions(+), 43 deletions(-) (limited to 'styles.css') diff --git a/styles.css b/styles.css index d7328b6..214c95c 100644 --- a/styles.css +++ b/styles.css @@ -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; - } -} -- cgit v1.2.3