mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 15:26:09 +00:00
(Fix) Participate: Add missing padding-top to page
This commit is contained in:
parent
3c097363ca
commit
50cd9687f3
1 changed files with 3 additions and 0 deletions
|
@ -8,4 +8,7 @@ $m: 'page';
|
||||||
background-color: $color-gray-light-blueish;
|
background-color: $color-gray-light-blueish;
|
||||||
padding-top: 70px;
|
padding-top: 70px;
|
||||||
}
|
}
|
||||||
|
&--participate {
|
||||||
|
padding-top: 70px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue