Fix brand text placing issue with purple theme.

This commit is contained in:
2026-08-18 03:09:35 +00:00
parent 87deaa380b
commit a0990fc3f6
+3 -1
View File
@@ -28,7 +28,9 @@
#brand { #brand {
font-size: clamp(3.2rem, 9vw, 7.5rem); font-size: clamp(3.2rem, 9vw, 7.5rem);
line-height: 1; line-height: 1;
margin-bottom: -0.28em; /* Ensure below baseline stays visible */
padding-bottom: 0.3em;
margin-bottom: -0.3em;
transform: rotate(-2deg); transform: rotate(-2deg);
transform-origin: left bottom; transform-origin: left bottom;
background: linear-gradient(90deg, var(--accent), var(--accent2)); background: linear-gradient(90deg, var(--accent), var(--accent2));