1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 15:55:36 +01:00
site/_src/_assets/styles/bigchain/_header.scss

12 lines
189 B
SCSS
Raw Normal View History

.header {
2016-01-29 18:45:09 +01:00
@extend .background--photo;
}
.header__title {
position: relative;
z-index: 1;
text-align: center;
margin: 0;
2016-02-14 14:49:02 +01:00
padding: ($spacer * 4) 0 ($spacer * 6) 0;
}