Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
fixed footer item alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
sneaky-potato committed Dec 8, 2021
1 parent cbabec5 commit c15b3fc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/styles/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

div {
margin: 1rem 0.5rem;
//text-align: center;
}

nav {
Expand Down Expand Up @@ -50,8 +49,8 @@
@include sm {
nav {
flex-direction: column;
//text-align: center;
width: 80vw;
text-align: center;
width: 100vw;
height: 300px;
justify-content: flex-start;
flex-wrap: wrap;
Expand All @@ -65,8 +64,8 @@
@include md {
nav {
flex-direction: column;
//text-align: center;
width: 80vw;
text-align: center;
width: 100vw;
justify-content: flex-start;
height: 300px;
flex-wrap: wrap;
Expand Down

0 comments on commit c15b3fc

Please sign in to comment.