clubmanager/dist/404.css
2023-09-30 16:41:42 -07:00

18 lines
210 B
CSS

html {
height: 100%;
}
body {
height: 100%;
padding: 0;
margin: 0;
}
main {
height: 100%;
display: flex;
flex-direction: column;
gap: 1rem;
align-items: center;
justify-content: center;
}