mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
22 lines
263 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
|
|
|