mirror of
https://github.com/kremalicious/krtmn.git
synced 2025-01-18 08:36:14 +01:00
13 lines
161 B
CSS
13 lines
161 B
CSS
|
|
||
|
#public {
|
||
|
display: flex;
|
||
|
flex-wrap: wrap;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
height: 100vh;
|
||
|
}
|
||
|
|
||
|
.content {
|
||
|
max-width: 35em;
|
||
|
}
|