Skip to content

Commit 2ea5420

Browse files
Update footer style
1 parent 89cf3e7 commit 2ea5420

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_sass/_base.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,8 @@ footer.fixed-bottom {
281281
background-color: var(--global-footer-bg-color);
282282
font-size: 0.75rem;
283283
.container {
284-
color: var(--global-footer-text-color) !important;
285-
padding-top: 9px;
286-
padding-bottom: 8px;
284+
color: var(--global-footer-text-color);
285+
padding: 0.5rem;
287286
}
288287
a {
289288
color: var(--global-footer-link-color);

0 commit comments

Comments
 (0)