Browse Source

Hero height change

main
Anxhelo Lushka 6 years ago
parent
commit
1a108c2969
No known key found for this signature in database GPG Key ID: 1FDB240321304A01
  1. 2
      _sass/_layout.scss
  2. 2
      index.html

2
_sass/_layout.scss

@ -1,7 +1,7 @@
/* Site Header
* ============================================== */
.site-header {
min-height: 450px;
min-height: 400px;
background-color: $brand-color;
background-image: url('');
background-size: cover;

2
index.html

@ -2,7 +2,7 @@
layout: default
---
<div class="row non-justify">
<div class="row non-justify pt-3">
<div class="col-sm">
<svg width="38" height="38" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M18.9969 37.0986C28.7099 37.0986 36.5838 29.1732 36.5838 19.3966C36.5838 9.62005 28.7099 1.69458 18.9969 1.69458C9.28386 1.69458 1.40991 9.62005 1.40991 19.3966C1.40991 29.1732 9.28386 37.0986 18.9969 37.0986Z" fill="white"/>

Loading…
Cancel
Save