💄 Fix h1 centering on desktop

This commit is contained in:
Dan Jones 2023-01-03 14:25:18 -06:00
commit 4a965e28b7
2 changed files with 2 additions and 3 deletions

View file

@ -37,13 +37,12 @@ body {
height: 100vh;
background-position: center;
background-size: cover;
color: white;
position: relative;
}
header {
h1 {
background-color: $mostly-white;
margin: 0 auto;
}
figure {