Skip to content

Commit 8cf62d2

Browse files
bershanskiySchalk Neethling
and
Schalk Neethling
authored
Fix multiple CSS issues in footer (#1837)
Co-authored-by: Schalk Neethling <volume4.schalk+github@gmail.com>
1 parent 87a6057 commit 8cf62d2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

client/src/ui/organisms/footer/index.scss

+5-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
a {
2525
display: block;
2626
padding: 10px 0;
27+
width: fit-content;
2728
}
2829
}
2930

@@ -43,6 +44,10 @@
4344
margin-right: 10px;
4445
}
4546

47+
ul {
48+
padding-inline-start: $base-spacing / 4;
49+
}
50+
4651
svg {
4752
height: 18px;
4853
vertical-align: sub;
@@ -76,7 +81,6 @@
7681
a {
7782
display: block;
7883
padding: 0 20px 0 0;
79-
text-decoration: underline;
8084
}
8185
}
8286
}

0 commit comments

Comments
 (0)