mirror of
https://github.com/10h30/yeuchaybo.git
synced 2026-07-11 18:56:16 +09:00
16 lines
199 B
SCSS
16 lines
199 B
SCSS
.site-footer {
|
|
border-top: $border;
|
|
font-size: $site-footer--font-size;
|
|
line-height: $line-height--medium;
|
|
text-align: center;
|
|
|
|
> .wrap {
|
|
margin: 3rem auto;
|
|
}
|
|
|
|
p {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|