Skip to content

Commit

Permalink
new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneha Tiwari committed Oct 7, 2024
1 parent 774ea33 commit 21ec9ec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -383,10 +383,14 @@ footer ul {
display: flex;
list-style: none;
flex: 1 1 40rem;
justify-content: space-between;
justify-content: flex-start;
align-items: center;
}

footer ul li{
margin: 0 30px;
}

/**** MEDIA QUERY ****/

@media screen and (max-width: 932px) {
Expand Down

0 comments on commit 21ec9ec

Please sign in to comment.