* mobile layout margin and padding changes
This commit is contained in:
parent
313766b9cf
commit
182376f97d
@ -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 */
|
||||
|
||||
@ -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 */
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user