We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4bec0c commit bcce636Copy full SHA for bcce636
src/styles/footer.css
@@ -9,7 +9,7 @@
9
display: grid;
10
grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
11
grid-gap: 1rem;
12
- align-items: start;
+ align-items:flex-start;
13
}
14
15
.footer-icon {
@@ -23,7 +23,7 @@
23
.meta-socials {
24
display: flex;
25
flex-direction: column;
26
- justify-content: start;
+ justify-content: flex-start;
27
28
.copyright {
29
font-size: 1rem;
0 commit comments