mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-04 16:40:26 +03:00
17 lines
188 B
SCSS
17 lines
188 B
SCSS
.footer {
|
|
padding-top: 1rem;
|
|
text-align: center;
|
|
|
|
a {
|
|
padding: 0 .5rem;
|
|
|
|
&:first-child {
|
|
padding-left: 0;
|
|
}
|
|
|
|
&:last-child {
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
}
|