mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-08 19:50:12 +02:00
11 lines
207 B
CSS
11 lines
207 B
CSS
.container {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
max-width: var(--theme-content-max-width);
|
|
height: 100%;
|
|
min-height: 0;
|
|
margin: 0 auto;
|
|
}
|