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 a4f2251 commit 3562ad6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion styles/index_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ body {
h1 {
display: flex;
text-align: center;
color: #491617;
}

nav {
Expand All @@ -40,14 +41,15 @@ nav li {
a {
text-decoration: none;
font-family: 'Indie Flower';
text-decoration: underline;
font-weight: bold;
color: #491617;
}

.gifer-container {
display: flex;
position: relative;
padding-top: 50%;
padding-top: 25%;
width: 100%;
}

Expand Down

0 comments on commit 3562ad6

Please sign in to comment.