Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
robustsam authored Mar 20, 2024
1 parent 159a815 commit d03354b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ body {
font-family: 'Noto Sans', sans-serif;
}

img.custom-gif{
width: 480px;
height: auto;
.img-container {
display: flex;
justify-content: center;
align-items: center;
}

.custom-gif {
width: 480px;
height: auto;
}

.footer .icon-link {
Expand Down

0 comments on commit d03354b

Please sign in to comment.