1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-06-30 05:31:59 +02:00

layout fixes

This commit is contained in:
Matthias Kretschmann 2016-02-10 02:16:04 +01:00
parent d8bc9823fd
commit fa60663a1f
2 changed files with 7 additions and 2 deletions

View File

@ -13,6 +13,12 @@ $menu-height-md: 73px;
overflow: hidden;
position: relative;
// vertically center everything
display: flex;
align-items: center;
min-height: 420px;
flex-wrap: wrap;
.section {
@media ($screen-md) {
min-height: calc(100vh - #{$menu-height-md});

View File

@ -2,7 +2,6 @@
.section {
padding-top: ($spacer * 2);
padding-bottom: ($spacer * 2);
min-height: 420px;
&:last-child { border-bottom: none; }
@ -108,7 +107,7 @@
background: url('../img/northern-lights-poster.jpg') no-repeat center center;
background-size: cover;
.row {
.row * {
position: relative;
z-index: 5;
}