Skip to content

Commit 40ec0ac

Browse files
committed
fix(footer): remove ul bullet points #373
1 parent 7442c8d commit 40ec0ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sass/components/_global.scss

+5
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,11 @@ ul.staggered-list li {
396396
}
397397
}
398398

399+
.page-footer ul {
400+
padding-left: 0;
401+
list-style-type: none;
402+
}
403+
399404
// Tables
400405
table, th, td {
401406
border: none;

0 commit comments

Comments
 (0)