fix: fix panquia fire alignment

This commit is contained in:
eggy 2023-05-24 12:08:13 -04:00
parent d1f674ee88
commit 016fbb559f

View File

@ -44,12 +44,12 @@ a.broken::before {
content: "PANQUIA IS ON FIRE"; content: "PANQUIA IS ON FIRE";
position: absolute; position: absolute;
color: red; color: red;
transform: rotate(-45deg); transform: rotate(-40deg);
font-size: 1.5rem; font-size: 1.5rem;
text-align: center; text-align: center;
z-index: 2; z-index: 2;
top: 40%; top: 32.5%;
left: -12.5%; left: -8%;
width: 125%; width: 125%;
font-family: "Roboto", sans-serif; font-family: "Roboto", sans-serif;
font-weight: bold; font-weight: bold;