Skip to content

Commit

Permalink
Merge pull request #223 from snehhhcodes/main
Browse files Browse the repository at this point in the history
Overlapping of Social Media Icons with Scroll to Top Button
  • Loading branch information
PriyaGhosal authored Oct 8, 2024
2 parents 02dcc92 + 21ec9ec commit 39c6b97
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 39c6b97

Please sign in to comment.