Anxhelo Lushka
6 years ago
No known key found for this signature in database
GPG Key ID: 1FDB240321304A01
2 changed files with
5 additions and
6 deletions
-
_sass/_base.scss
-
_sass/_layout.scss
|
|
@ -11,11 +11,6 @@ |
|
|
|
scroll-behavior: smooth; |
|
|
|
} |
|
|
|
|
|
|
|
* { |
|
|
|
font-family: 'Overpass' !important; |
|
|
|
box-sizing: border-box; |
|
|
|
} |
|
|
|
|
|
|
|
/* Basic Styling |
|
|
|
* ============================================== */ |
|
|
|
body { |
|
|
@ -202,6 +197,10 @@ input { |
|
|
|
font-family: "Overpass"; |
|
|
|
} |
|
|
|
|
|
|
|
button { |
|
|
|
font-family: 'Overpass' !important; |
|
|
|
} |
|
|
|
|
|
|
|
form textarea { |
|
|
|
width: 100%; |
|
|
|
max-width: 100%; |
|
|
|
|
|
@ -390,4 +390,4 @@ |
|
|
|
@include media-query($on-phone) { |
|
|
|
flex-basis: auto; |
|
|
|
} |
|
|
|
} |
|
|
|
} |