krtmn/user/css/public.css

13 lines
161 B
CSS

#public {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
height: 100vh;
}
.content {
max-width: 35em;
}