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 88a3db2 commit ff0cf4fCopy full SHA for ff0cf4f
components/Default.vue
@@ -440,7 +440,7 @@ section .button a {
440
441
/************ Footer ***********/
442
section.footer {
443
- padding: 24px 0;
+ padding: 24px;
444
background-color: #333 !important;
445
color: white;
446
}
@@ -450,10 +450,12 @@ section.footer {
450
grid-auto-flow: column;
451
align-items: center;
452
margin: 0;
453
- padding: 0 12px;
454
list-style: none;
+ padding-inline-start: 0;
455
456
457
+.footer li:
458
+
459
.footer li a {
460
color: white !important;
461
text-decoration: none;
0 commit comments