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