mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Merge pull request #615 from sharetribe/profilepage-review-fix
Padding fix
This commit is contained in:
commit
aedd597701
1 changed files with 2 additions and 2 deletions
|
|
@ -104,7 +104,7 @@
|
|||
padding-bottom: 23px;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
padding-bottom: 58px;
|
||||
padding-bottom: 22px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -148,6 +148,7 @@
|
|||
@media (--viewportMedium) {
|
||||
/* Two columns in desktop */
|
||||
width: calc(50% - 12px);
|
||||
margin-bottom: 36px;
|
||||
|
||||
/* Horizontal space */
|
||||
&:nth-of-type(odd) {
|
||||
|
|
@ -162,7 +163,6 @@
|
|||
&:nth-of-type(1),
|
||||
&:nth-of-type(2) {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 36px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue