* mobile layout margin and padding changes

This commit is contained in:
Danyi Dávid 2018-07-09 11:28:27 +02:00
parent 313766b9cf
commit 182376f97d
3 changed files with 13 additions and 2 deletions

View File

@ -2,7 +2,6 @@
margin-left: auto;
margin-right: auto;
margin-bottom: 80px;
padding-left: 10px;
}
.row {
@ -29,6 +28,9 @@ a:hover {
.row {
column-count: 1;
}
.main.container {
margin-bottom: 0;
}
}
/* tablet */

View File

@ -2,7 +2,6 @@
margin-left: auto;
margin-right: auto;
margin-bottom: 80px;
padding-left: 10px;
}
.row {
@ -15,6 +14,9 @@
.row {
column-count: 1;
}
.main.container {
margin-bottom: 0;
}
}
/* tablet */

View File

@ -3,6 +3,13 @@
margin: 0 0 20px 0;
}
/* mobile */
@media only screen and (max-width: 779px) {
:host {
margin-bottom: 10px;
}
}
img {
width: 100%;
height: auto;