aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzigzac <fezac@tutanota.com>2024-01-17 12:38:19 +0100
committerzigzac <fezac@tutanota.com>2024-01-17 12:38:19 +0100
commit4ca43a78dff67efb2ebf40d2a54e3386c528a70f (patch)
tree6a5217e884185c727ab0d7078662cabd28b1c8b5
parente277624a2f0e6f67ec104756e265547d1d751058 (diff)
added something new
-rw-r--r--sass/main.scss17
1 files changed, 10 insertions, 7 deletions
diff --git a/sass/main.scss b/sass/main.scss
index 997daf9..a330458 100644
--- a/sass/main.scss
+++ b/sass/main.scss
@@ -16,8 +16,8 @@ body {
font-family: sans-serif,serif;
font-size: 13.5pt;
width: 85%;
- min-width: 360px;
- //max-width: 1080px;
+ min-width: 270pt;
+ max-width: 1440pt;
margin: 0 auto;
padding-top: 11.25pt;
padding-bottom: 11.25pt;
@@ -42,7 +42,7 @@ body {
}
}
- @media screen and (max-width: 480px) {
+ @media screen and (max-width: 360pt) {
width: 90%;
}
}
@@ -253,7 +253,7 @@ body {
color: gray;
text-decoration: none;
- @media screen and (max-width: 480px) {
+ @media screen and (max-width: 360pt) {
display: none;
}
&:hover {
@@ -272,7 +272,7 @@ body {
}
}
- @media screen and (max-width: 480px) {
+ @media screen and (max-width: 360pt) {
display: none;
}
}
@@ -320,6 +320,9 @@ body {
filter: invert(90%) contrast(100%) brightness(100%);
}
}
+ @media screen and (max-width: 360pt) {
+ display: none;
+ }
}
@@ -346,8 +349,8 @@ body {
position: absolute;
bottom: 0;
justify-content: right;
- min-width: 360px;
- // max-width: 1080px;
+ min-width: 270pt;
+ max-width: 1440pt;
margin: 0 auto;
padding-top: 15pt;
padding-bottom: 7.5pt;