Navigation for mobile.

This commit is contained in:
codevictory
2021-04-25 18:54:27 +03:00
parent 2ce3943734
commit 02ae5245b8
3 changed files with 78 additions and 0 deletions

View File

@@ -28,3 +28,11 @@ section.text {
padding: 0px 20px;
}
}
@media screen and (max-width: 600px) {
#main-title {
visibility: hidden;
height: 0px;
margin: 0px;
}
}