1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-02 00:05:37 +01:00
site/_src/_assets/styles/bigchain/_footer.scss
Matthias Kretschmann 3ec80e73a2 Bunch of IE 11 fixes (#88)
* 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
2016-12-07 11:49:14 +01:00

8 lines
126 B
SCSS

.footer {
@extend .background--darker;
border-top: 1px solid $gray;
color: $gray-light;
padding-bottom: 0;
}