1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 09:46:57 +01:00

fix hero on super wide screens, fixes #46

This commit is contained in:
Matthias Kretschmann 2016-02-10 22:48:31 +01:00
parent e1203b2a25
commit d57a8ae849

View File

@ -141,6 +141,9 @@ $menu-height-md: 73px;
display: block;
margin-bottom: -9px;
max-height: 100vh;
margin-left: auto;
margin-right: auto;
width: 100%;
&:before { z-index: 2; }
}