Compare commits

...

2 Commits

Author SHA1 Message Date
sovanna 0b35dc8c4d refactor(controlLoops): Aligns to top 2019-07-31 10:15:50 +02:00
sovanna 72a357adf4 refactor(css): Tries bigger baground hero 2019-07-31 10:13:55 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ The <a href="https://github.com/quartiq/stabilizer" target="_blank" rel="noopene
{% layout_html() %}
{% layout_html(css='row d-flex align-items-top mt-5 mb-5') %}
<div class="col-12 col-md-3">
<ul>

View File

@ -57,7 +57,7 @@ p ~ h5 {
@media (min-width: 992px) {
.hero {
// height: 692px;
height: calc(100vh - 300px);
height: calc(100vh - 200px);
background: url("../images/hero@2x.png") repeat-x top center;
-webkit-background-size: contain;
-moz-background-size: contain;