small fix

This commit is contained in:
Nikolai Petukhov
2024-09-21 17:25:03 +03:00
parent 762c4867b7
commit 2a881f3920
3 changed files with 20 additions and 1 deletions

View File

@@ -17,3 +17,16 @@
font-weight: bold;
}
@media only screen and (max-width: 800px) {
.MyButton.singleNavButton p {
font-size: 2.5vh;
}
.MyButton.singleNavButton {
min-width: 60vw;
border-radius: 30vh;
margin-top: 3vh;
}
}