mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
17 lines
226 B
SCSS
17 lines
226 B
SCSS
|
|
.footer {
|
|
padding-top: $spacer;
|
|
padding-bottom: $spacer;
|
|
border-top: 1px solid $gray;
|
|
color: $gray-light;
|
|
}
|
|
|
|
.footer__copyright {
|
|
text-align: center;
|
|
|
|
&,
|
|
small {
|
|
@extend .mini;
|
|
}
|
|
}
|