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

9
_sass/_base.scss

@ -11,11 +11,6 @@
scroll-behavior: smooth; scroll-behavior: smooth;
} }
* {
font-family: 'Overpass' !important;
box-sizing: border-box;
}
/* Basic Styling /* Basic Styling
* ============================================== */ * ============================================== */
body { body {
@ -202,6 +197,10 @@ input {
font-family: "Overpass"; font-family: "Overpass";
} }
button {
font-family: 'Overpass' !important;
}
form textarea { form textarea {
width: 100%; width: 100%;
max-width: 100%; max-width: 100%;

Loading…
Cancel
Save