Skip to content

Commit 51b73be

Browse files
Footer stuff
1 parent 58b1154 commit 51b73be

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

assets/theme-css/footer.css

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Footer */
22
#footer {
3-
padding: 3rem 1.5rem 6rem;
3+
padding: 3rem 0 6rem;
44
}
55

66
#footer {
@@ -11,8 +11,9 @@
1111
}
1212

1313
#footer-logo-column {
14-
padding: 1.25rem 5vw;
14+
padding: 1.25rem 0;
1515
font-size: 1rem;
16+
flex: 1;
1617
}
1718

1819
#footer-logo {
@@ -21,14 +22,17 @@
2122

2223
#footer-columns {
2324
display: flex;
25+
width: 100%;
26+
gap: 6rem;
27+
align-items: flex-start;
2428
}
2529

2630
.footer-column {
2731
padding-left: 0;
2832
margin-top: 1.25rem;
29-
flex-basis: 0;
30-
flex-grow: 1;
31-
flex-shrink: 1;
33+
flex-basis: auto;
34+
flex-grow: 0;
35+
flex-shrink: 0;
3236
}
3337

3438
.footer-item a {
@@ -52,8 +56,11 @@
5256
}
5357

5458
.footer-actions {
55-
max-width: 25vw;
56-
margin: 1.25rem 1.563rem;
59+
margin: 1.25rem 0;
60+
flex: 1;
61+
display: flex;
62+
flex-direction: column;
63+
align-items: flex-end;
5764
}
5865

5966
.footer-actions > p {
@@ -116,4 +123,5 @@
116123

117124
.copyright {
118125
font-size: 0.75rem;
126+
text-align: left;
119127
}

0 commit comments

Comments
 (0)