mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-02 08:21:58 +01:00
Matthias Kretschmann
3ec80e73a2
* remove flexbox sticky footer, fixes #87 * fix hidden headings * fix hero layout * fix testimonials * IE 11 workaround for half grid bug - IE 11 bug: flex-basis doesn't account for box-sizing:border-box - see https://github.com/philipwalton/flexbugs#7-flex-basis-doesnt-account-for-box-sizingborder-box * fix wrigley placement
8 lines
126 B
SCSS
8 lines
126 B
SCSS
|
|
.footer {
|
|
@extend .background--darker;
|
|
border-top: 1px solid $gray;
|
|
color: $gray-light;
|
|
padding-bottom: 0;
|
|
}
|