Compare commits
No commits in common. "0b35dc8c4d041e1df6a8acb2f4c962e2352f8d4a" and "47392cab8318ea0144cdb366acae8f330aed473c" have entirely different histories.
0b35dc8c4d
...
47392cab83
@ -37,7 +37,7 @@ The <a href="https://github.com/quartiq/stabilizer" target="_blank" rel="noopene
|
||||
|
||||
|
||||
|
||||
{% layout_html(css='row d-flex align-items-top mt-5 mb-5') %}
|
||||
{% layout_html() %}
|
||||
|
||||
<div class="col-12 col-md-3">
|
||||
<ul>
|
||||
|
@ -57,7 +57,7 @@ p ~ h5 {
|
||||
@media (min-width: 992px) {
|
||||
.hero {
|
||||
// height: 692px;
|
||||
height: calc(100vh - 200px);
|
||||
height: calc(100vh - 300px);
|
||||
background: url("../images/hero@2x.png") repeat-x top center;
|
||||
-webkit-background-size: contain;
|
||||
-moz-background-size: contain;
|
||||
|
Loading…
Reference in New Issue
Block a user