Skip to content

Commit bcce636

Browse files
committed
built the location lists
1 parent f4bec0c commit bcce636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles/footer.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
display: grid;
1010
grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
1111
grid-gap: 1rem;
12-
align-items: start;
12+
align-items:flex-start;
1313
}
1414

1515
.footer-icon {
@@ -23,7 +23,7 @@
2323
.meta-socials {
2424
display: flex;
2525
flex-direction: column;
26-
justify-content: start;
26+
justify-content: flex-start;
2727
}
2828
.copyright {
2929
font-size: 1rem;

0 commit comments

Comments
 (0)