Skip to content

Commit

Permalink
Merge pull request #69 from Shreshth-Srivastava/footer_links-patch
Browse files Browse the repository at this point in the history
Improved the spacing between the links in the footer , Fixes : #65
  • Loading branch information
Virtual4087 authored Oct 23, 2023
2 parents 57d19a6 + 7f4d75f commit d9a2986
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,8 @@ nav .nav_buttons {
.links {
flex: 1.5;
display: flex;
justify-content: space-between;
justify-content: space-evenly;
margin: 0 10%;
height: auto;
}

Expand Down

0 comments on commit d9a2986

Please sign in to comment.