safing-web/_sass/_footer.scss
2018-09-20 11:35:13 +02:00

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;
}
}
}