row change for tablet
This commit is contained in:
parent
6efff66267
commit
e9a8b5288e
1 changed files with 5 additions and 1 deletions
|
@ -61,6 +61,10 @@
|
|||
|
||||
|
||||
@media (max-width: $break-point-tablet) and (min-width: $break-point-phone) {
|
||||
.row {
|
||||
margin-bottom: 1.4em;
|
||||
}
|
||||
|
||||
.tablet-inline-row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
@ -68,7 +72,7 @@
|
|||
|
||||
>.row {
|
||||
flex: 1;
|
||||
margin: 0 15px;
|
||||
margin: 0 15px 1.4em;
|
||||
|
||||
&:first-child {
|
||||
margin-left: 0;
|
||||
|
|
Loading…
Reference in a new issue