diff --git a/custom/styles/base.css b/custom/styles/base.css index f763f71..c31c7b0 100644 --- a/custom/styles/base.css +++ b/custom/styles/base.css @@ -147,6 +147,7 @@ table { &:focus { color: white; background-color: var(--color-grey); outline: none } } &.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 } }