fixes for mobile

This commit is contained in:
antil0pa 2019-06-13 19:57:01 +02:00
parent 49af654f50
commit 32e48ec961
1 changed files with 24 additions and 1 deletions

View File

@ -74,6 +74,10 @@ Disroot Media Queries
@media only screen and (max-width: 767px) {
.row {
max-width: 700px;
}
/* mobile navigation
------------------------------------*/
#nav-wrap {
@ -218,10 +222,17 @@ Disroot Media Queries
line-height: 54px;
}
/* fullbar */
.fullbar h3, .fullbar h4, .fullbar h5 {
line-height: 1.2;
font-size: 90%;
}
/* clients
------------------------------------*/
.clients {
.clients .row {
display: block;
}
@ -253,6 +264,10 @@ Disroot Media Queries
@media only screen and (max-width: 640px) {
.row {
max-width: 640px;
}
/* mobile navigation
------------------------------------*/
#nav-wrap ul#nav { width: auto; float: none; }
@ -277,4 +292,12 @@ Disroot Media Queries
max-height: 1px;
}
/* clients
------------------------------------*/
.client-item {
position: relative;
max-width: 80%;
}
}