Compare commits
2 Commits
47392cab83
...
0b35dc8c4d
Author | SHA1 | Date |
---|---|---|
sovanna | 0b35dc8c4d | |
sovanna | 72a357adf4 |
|
@ -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">
|
<div class="col-12 col-md-3">
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -57,7 +57,7 @@ p ~ h5 {
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
.hero {
|
.hero {
|
||||||
// height: 692px;
|
// height: 692px;
|
||||||
height: calc(100vh - 300px);
|
height: calc(100vh - 200px);
|
||||||
background: url("../images/hero@2x.png") repeat-x top center;
|
background: url("../images/hero@2x.png") repeat-x top center;
|
||||||
-webkit-background-size: contain;
|
-webkit-background-size: contain;
|
||||||
-moz-background-size: contain;
|
-moz-background-size: contain;
|
||||||
|
|
Loading…
Reference in New Issue