mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-27 19:42:11 +10:00
Fix section column margins
This commit is contained in:
parent
f3290d8de8
commit
4150d3cb48
2 changed files with 7 additions and 11 deletions
|
|
@ -69,7 +69,8 @@
|
|||
|
||||
.step {
|
||||
@media (--viewportMedium) {
|
||||
margin-right: 76px;
|
||||
width: 324px;
|
||||
margin-right: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -52,21 +52,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
.location:nth-of-type(1) {
|
||||
.location {
|
||||
@media (--viewportMedium) {
|
||||
margin-right: 20px;
|
||||
margin-right: 40px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.location:nth-of-type(2) {
|
||||
.location:last-of-type {
|
||||
@media (--viewportMedium) {
|
||||
margin: 0 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.location:nth-of-type(3) {
|
||||
@media (--viewportMedium) {
|
||||
margin-left: 20px;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue