Browse Source

FontAwesome fix

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

9
_sass/_base.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%;

2
_sass/_layout.scss

@ -390,4 +390,4 @@
@include media-query($on-phone) {
flex-basis: auto;
}
}
}
Loading…
Cancel
Save