Add huge class for larger table styling

This commit is contained in:
Ruben 2026-01-16 00:36:11 +01:00
parent 27a1ae0751
commit e21282112d

View file

@ -147,6 +147,7 @@ table {
&:focus { color: white; background-color: var(--color-grey); outline: none } &:focus { color: white; background-color: var(--color-grey); outline: none }
} }
&.bigger { font-size: 1.2em; border-radius: calc(1rem * 1.2) } &.bigger { font-size: 1.2em; border-radius: calc(1rem * 1.2) }
&.huge { font-size: 1.7em; border-radius: calc(2rem * 1.2) }
&.centered { justify-self: center } &.centered { justify-self: center }
} }