modded ph-menu

This commit is contained in:
SilicoFlare
2023-04-02 14:49:25 +05:30
committed by GitHub
parent a67623f7ae
commit 4318fd88fb

View File

@@ -106,6 +106,21 @@ header {
background-color: #f0f; background-color: #f0f;
} }
@media only screen and (max-width: 500px) {
.phone {
font-size: 20px;
padding: 7px;
}
.menu-ph {
font-size: 15px;
}
main {
padding-top: 20px;
}
}
.heading { .heading {
font-family: SilicoHand; font-family: SilicoHand;
display: inline-block; display: inline-block;
@@ -167,6 +182,7 @@ body {
padding-top: 10vw; padding-top: 10vw;
transition: background-color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out;
transition: color 0.5s ease-in-out; transition: color 0.5s ease-in-out;
min-width: 300px;
} }
main { main {