Skip to content

Commit 78ae104

Browse files
author
Patrick Widmer
committed
fixup
1 parent 1a802f2 commit 78ae104

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

layouts/_partials/custom_head.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818

1919
footer {
20-
text-align: inherit; /* theme override */
20+
text-align: inherit;
2121
display: flex;
2222
justify-content: center;
2323
}
@@ -27,11 +27,6 @@
2727
}
2828

2929
nav a {
30-
margin-right: 0; /* theme override */
31-
}
32-
33-
footer {
34-
padding: 0; /* theme override */
35-
margin: 1.5em 0;
30+
margin-right: 0;
3631
}
3732
</style>

0 commit comments

Comments
 (0)