Border box moment
All checks were successful
/ deploy (push) Successful in 2m23s

This commit is contained in:
Gnarwhal 2024-09-27 17:18:13 +00:00
parent 2a78d49bb0
commit 80e4b1b27e
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174

View file

@ -1,6 +1,7 @@
import { style } from '@vanilla-extract/css';
export const center_vertical = style({
boxSizing: 'border-box',
position: 'relative',
display: 'flex',
flexDirection: 'column',