clubmanager/dist/404.css

19 lines
210 B
CSS
Raw Permalink Normal View History

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;
}