Files
safekat/httpdocs/themes/focus2/scss/layout/footer/_footer.scss
2023-04-24 13:00:46 +02:00

22 lines
263 B
SCSS

.footer {
padding-left: 17.1875rem;
background-color: $body-bg;
.copyright {
padding: 0.9375rem;
p {
text-align: center;
margin: 0;
}
a{
color: $primary;
}
}
}