mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
10 lines
125 B
SCSS
10 lines
125 B
SCSS
.footer-section {
|
|
width: 100%;
|
|
background-color: $fill_light;
|
|
margin: 0 !important;
|
|
|
|
|
|
a {
|
|
color: $primary;
|
|
}
|
|
}
|