mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-27 19:42:11 +10:00
Change How it works step margin logic
This commit is contained in:
parent
6d9a7a3951
commit
9aa8d6e7cd
1 changed files with 4 additions and 10 deletions
|
|
@ -67,21 +67,15 @@
|
|||
}
|
||||
}
|
||||
|
||||
.step:nth-of-type(1) {
|
||||
.step {
|
||||
@media (--viewportMedium) {
|
||||
margin-right: 38px;
|
||||
margin-right: 76px;
|
||||
}
|
||||
}
|
||||
|
||||
.step:nth-of-type(2) {
|
||||
.step:last-of-type {
|
||||
@media (--viewportMedium) {
|
||||
margin: 0 38px;
|
||||
}
|
||||
}
|
||||
|
||||
.step:nth-of-type(3) {
|
||||
@media (--viewportMedium) {
|
||||
margin-left: 38px;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue