mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
17 lines
241 B
SCSS
17 lines
241 B
SCSS
.footer-section {
|
|
width: 100%;
|
|
background-color: $fill_light;
|
|
margin: 0 !important;
|
|
|
|
.column {
|
|
padding: 5px;
|
|
text-align: center;
|
|
}
|
|
|
|
a {
|
|
color: $fill_medium;
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|