1
0
mirror of https://github.com/kremalicious/krtmn.git synced 2024-06-26 03:06:33 +02:00
krtmn/user/css/public.css

13 lines
161 B
CSS
Raw Normal View History

2016-04-26 23:48:39 +02:00
#public {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
height: 100vh;
}
.content {
max-width: 35em;
}