Fix brand text placing issue with purple theme.
This commit is contained in:
@@ -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));
|
||||||
|
|||||||
Reference in New Issue
Block a user