Skip to content

Commit ff0cf4f

Browse files
Footer css cleanup
1 parent 88a3db2 commit ff0cf4f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

components/Default.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ section .button a {
440440
441441
/************ Footer ***********/
442442
section.footer {
443-
padding: 24px 0;
443+
padding: 24px;
444444
background-color: #333 !important;
445445
color: white;
446446
}
@@ -450,10 +450,12 @@ section.footer {
450450
grid-auto-flow: column;
451451
align-items: center;
452452
margin: 0;
453-
padding: 0 12px;
454453
list-style: none;
454+
padding-inline-start: 0;
455455
}
456456
457+
.footer li:
458+
457459
.footer li a {
458460
color: white !important;
459461
text-decoration: none;

0 commit comments

Comments
 (0)