Skip to content

Commit

Permalink
don't let banner flash grey bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy Charlton committed Dec 7, 2024
1 parent 22ff29e commit edbc42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $headline-max-size: 10em;

.banner {
position: relative;
background-color: $dark-gray;
background-color: white;
display: flex;
justify-content: center;
align-items: center;
Expand Down

0 comments on commit edbc42e

Please sign in to comment.