mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 09:46:57 +01:00
layout fixes
This commit is contained in:
parent
d8bc9823fd
commit
fa60663a1f
@ -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});
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user