summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorRasmus <rasmus.luha@gmail.com>2023-05-14 16:12:01 +0300
committerRasmus <rasmus.luha@gmail.com>2023-05-14 16:12:01 +0300
commit62caa37da257987c9585ac57ab64bb12ea481d0b (patch)
treec3d6ec3389258db0b807286ac008f7dcd8653636 /styles.css
parent3c64a840a69b2685722765feadf0fec6e571b157 (diff)
fixes
Former-commit-id: 09885e5cd344caaee9cdc2005b7e88dcc5206213
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css45
1 files changed, 2 insertions, 43 deletions
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;
- }
-}