mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
Even out the footer padding
This commit is contained in:
parent
9aa3705611
commit
4703e20fd4
1 changed files with 1 additions and 1 deletions
2
resources/assets/sass/sections/_footer.scss
vendored
2
resources/assets/sass/sections/_footer.scss
vendored
|
@ -1,7 +1,7 @@
|
||||||
.footer-section-component {
|
.footer-section-component {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
padding-left: 10px;
|
padding: 0px 10px;
|
||||||
background-color: $c-base;
|
background-color: $c-base;
|
||||||
color: $c-text-light;
|
color: $c-text-light;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
|
|
Loading…
Reference in a new issue