Skip to content

Commit

Permalink
Update index_styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
AGolz authored Jan 13, 2024
1 parent ede07a1 commit 9acc19a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion styles/index_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,18 @@ body {
background-size: cover;
display: flex;
flex-direction: column;
align-items: center;
min-height: 100vh;
overflow-y: auto;
}

h1 {
text-align: center;
}

nav {
padding: 15px;
text-align: right;
text-align: left;
font-family: 'Indie Flower';
font-weight: bold;
color: #491617;
Expand Down

0 comments on commit 9acc19a

Please sign in to comment.