This commit is contained in:
2025-05-07 16:13:14 -07:00
parent e5d87b8ddd
commit 2db3281629
3 changed files with 28 additions and 1 deletions

View File

@@ -5,4 +5,20 @@ footer.site-footer {
.left {
max-width: 436px;
}
.right {
ul#menu-footer-menu {
padding: 0;
margin: 0;
list-style-type: none;
li {
padding-bottom: 1rem;
}
a {
color: $c-textGrey;
}
}
}
}