mod index

This commit is contained in:
SilicoFlare
2023-04-02 15:04:45 +05:30
committed by GitHub
parent 4318fd88fb
commit 98a6bf046c

View File

@@ -39,7 +39,7 @@
border-radius: 10px 15px; border-radius: 10px 15px;
background-color: rgba(53, 53, 53); background-color: rgba(53, 53, 53);
position: fixed; position: fixed;
right: 4%; right: 5vw;
bottom: 6.5%; bottom: 6.5%;
display: none; display: none;
color: white; color: white;
@@ -106,18 +106,38 @@ header {
background-color: #f0f; background-color: #f0f;
} }
.menu-ph.selected {
background-color: #f0f;
}
@media only screen and (max-width: 500px) { @media only screen and (max-width: 500px) {
.phone { .phone {
font-size: 20px; font-size: 20px;
padding: 7px; padding: 10px;
} }
.menu-ph { .menu-ph {
font-size: 15px; font-size: 15px;
} }
main { body {
padding-top: 20px; padding-top: 50em;
}
.bigtext {
font-size: 40px;
}
.si, .f {
font-size: 40px;
}
.ham {
font-size: 25px;
}
.tooltip {
display: none;
} }
} }
@@ -191,6 +211,14 @@ main {
} }
@media only screen and (max-width: 1000px) { @media only screen and (max-width: 1000px) {
.bigtext {
font-size: 60px;
}
.si, .f {
font-size: 60px;
}
main { main {
font-size: 17.5px; font-size: 17.5px;
} }
@@ -202,6 +230,14 @@ main {
.phone { .phone {
display: block; display: block;
} }
#overlay {
display: none;
}
.tooltip {
display: none;
}
} }
.centred { .centred {