Skip to content

Commit 4a8616f

Browse files
author
Felix Hennig
committed
Add padding to footer
1 parent ff5b952 commit 4a8616f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/css/footer.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ footer.footer {
44
font-size: calc(15 / var(--rem-base) * 1rem);
55
line-height: var(--footer-line-height);
66
padding: 1.5rem;
7-
/* box-shadow: 0 -8px 10px 0 rgba(0, 0, 0, 0.1); */
8-
/* border-top: 2px var(--panel-background); */
7+
padding-top: 5rem;
98
}
109

1110
.footer p {

0 commit comments

Comments
 (0)