Merge pull request #144 from sharetribe/herosection-fix-height

fix height
This commit is contained in:
Vesa Luusua 2017-05-05 01:47:01 +03:00 committed by GitHub
commit bbd1abb112

View file

@ -1,6 +1,6 @@
.section {
width: 100%;
min-height: calc(100vh - 80px);
min-height: calc(100vh - 50px);
background-image: url("data:image/svg+xml;utf8,<svg width='375' height='240' xmlns='http://www.w3.org/2000/svg'><g fill='none' fill-rule='evenodd'><path fill='#D8D8D8' d='M0 0h375v240H0z' vector-effect='non-scaling-stroke'/><path d='M375 0l-375 240M.5.5l375 240' stroke='#979797' stroke-linecap='square' vector-effect='non-scaling-stroke'/></g></svg>");
background-size: 100% 100%;
background-position: center;