mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-02 00:05:37 +01:00
23 lines
312 B
SCSS
23 lines
312 B
SCSS
|
|
.footer {
|
|
@extend .background--darker;
|
|
border-top: 1px solid $gray;
|
|
color: $gray-light;
|
|
|
|
.grid__col {
|
|
padding-bottom: 0;
|
|
}
|
|
}
|
|
|
|
|
|
//
|
|
// Nice, clean sticky footer with flexbox
|
|
//
|
|
body {
|
|
display: flex;
|
|
min-height: 100vh;
|
|
flex-direction: column;
|
|
|
|
> .content { flex: 1; }
|
|
}
|