Fixed scaling again

This commit is contained in:
Notoric 2024-05-29 18:32:11 +01:00
parent 69654acce2
commit 9eab378d50
1 changed files with 7 additions and 12 deletions

View File

@ -271,10 +271,10 @@ em {
&::before { &::before {
content: ""; content: "";
position: absolute; position: absolute;
top: calc(50% - 75vw); top: calc(50% - 100vw);
left: calc(50% - 75vw); left: calc(50% - 100vw);
height: 150vw; height: 200vw;
width: 150vw; width: 200vw;
z-index: 0; z-index: 0;
background-image: repeating-conic-gradient( background-image: repeating-conic-gradient(
#ff0050 0%, #ff0050 0%,
@ -356,7 +356,7 @@ em {
width: 400px; width: 400px;
height: 280px; height: 280px;
object-fit: cover; object-fit: cover;
border-radius: 3em; border-radius: 2em;
border: 0.2em solid #222; border: 0.2em solid #222;
cursor: pointer; cursor: pointer;
} }
@ -405,7 +405,7 @@ em {
@media screen and (max-width: 1100px) { @media screen and (max-width: 1100px) {
body { body {
font-size: 2.5vw; font-size: 30px;
} }
#logo { #logo {
@ -533,12 +533,6 @@ em {
width: 25em; width: 25em;
height: 17.5em; height: 17.5em;
} }
}
@media (pointer: coarse) and (hover: none) and (max-width: 1100px) {
body {
font-size: 30px;
}
#navbar #links { #navbar #links {
padding-bottom: 1em; padding-bottom: 1em;
@ -549,3 +543,4 @@ em {
height: 500px; height: 500px;
} }
} }