Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaunish123 authored Jul 20, 2024
1 parent 6bee19e commit 0550104
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ footer{
display: flex;
flex-direction: column;
margin-bottom: 10%;
height: 250%;
height: fit-content;
}

#title{
Expand All @@ -404,6 +404,7 @@ footer{
font-size: 1rem;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
}

Expand Down

0 comments on commit 0550104

Please sign in to comment.