Skip to content

Commit

Permalink
Merge pull request #5 from Enabel/falcohb-patch-1
Browse files Browse the repository at this point in the history
Update error.scss
  • Loading branch information
damienlagae committed Apr 19, 2024
2 parents cdf8691 + 2879323 commit 0064db0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/scss/error.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import "@enabel/enabel-bootstrap-theme/dist/scss/variables";
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&display=swap');

* {
box-sizing: border-box;
Expand All @@ -24,7 +25,7 @@ body {
}

.error {
font-family: 'maven pro', sans-serif;
font-family: 'Maven Pro', sans-serif;
text-transform: uppercase;
max-width: 920px;
width: 100%;
Expand Down Expand Up @@ -120,4 +121,4 @@ body {
.error h2 {
font-size: 26px !important;
}
}
}

0 comments on commit 0064db0

Please sign in to comment.