Skip to content

Commit 1a3bd02

Browse files
committed
better spacing
1 parent fb613cb commit 1a3bd02

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/_layouts/base.njk

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,12 +427,13 @@
427427
footer::before {
428428
content: '♪ ♫ ♪';
429429
position: absolute;
430-
top: 20px;
430+
top: 10px;
431431
left: 50%;
432432
transform: translateX(-50%);
433433
color: var(--yellow);
434-
font-size: 24px;
434+
font-size: 20px;
435435
letter-spacing: 10px;
436+
z-index: 0;
436437
}
437438
438439
footer a {
@@ -447,10 +448,14 @@
447448
448449
.footer-links {
449450
margin-bottom: 12px;
451+
position: relative;
452+
z-index: 1;
450453
}
451454
452455
.footer-links a {
453456
margin: 0 8px;
457+
position: relative;
458+
z-index: 1;
454459
}
455460
456461
/* Utility Classes */

0 commit comments

Comments
 (0)