We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb613cb commit 1a3bd02Copy full SHA for 1a3bd02
src/_layouts/base.njk
@@ -427,12 +427,13 @@
427
footer::before {
428
content: '♪ ♫ ♪';
429
position: absolute;
430
- top: 20px;
+ top: 10px;
431
left: 50%;
432
transform: translateX(-50%);
433
color: var(--yellow);
434
- font-size: 24px;
+ font-size: 20px;
435
letter-spacing: 10px;
436
+ z-index: 0;
437
}
438
439
footer a {
@@ -447,10 +448,14 @@
447
448
449
.footer-links {
450
margin-bottom: 12px;
451
+ position: relative;
452
+ z-index: 1;
453
454
455
.footer-links a {
456
margin: 0 8px;
457
458
459
460
461
/* Utility Classes */
0 commit comments