mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-26 13:22:50 -05:00
Use css var for padding
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
.calendar__event {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-top: 1rem;
|
||||
padding-top: var(--s-4);
|
||||
font-size: var(--fonts-lg);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user