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) {
|
@media (max-width: $break-point-tablet) and (min-width: $break-point-phone) {
|
||||||
|
.row {
|
||||||
|
margin-bottom: 1.4em;
|
||||||
|
}
|
||||||
|
|
||||||
.tablet-inline-row {
|
.tablet-inline-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
@ -68,7 +72,7 @@
|
||||||
|
|
||||||
>.row {
|
>.row {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
margin: 0 15px;
|
margin: 0 15px 1.4em;
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
|
Loading…
Reference in a new issue