mobile adjustments

This commit is contained in:
antil0pa 2019-06-14 12:55:48 +02:00
parent 32e48ec961
commit 23e8c6efca
2 changed files with 1 additions and 9 deletions

View File

@ -204,7 +204,7 @@ properly.
--------------------------------------------------------------- */
@media only screen and (max-width: 460px) {
.row { width: auto; }
.row { width: auto; max-width: 400px;}
}

View File

@ -74,10 +74,6 @@ Disroot Media Queries
@media only screen and (max-width: 767px) {
.row {
max-width: 700px;
}
/* mobile navigation
------------------------------------*/
#nav-wrap {
@ -264,10 +260,6 @@ Disroot Media Queries
@media only screen and (max-width: 640px) {
.row {
max-width: 640px;
}
/* mobile navigation
------------------------------------*/
#nav-wrap ul#nav { width: auto; float: none; }