generated from dwd/boilarplate-astro-tailwind
12 lines
147 B
CSS
12 lines
147 B
CSS
.container {
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.sub_container {
|
|
width: 80vw;
|
|
max-width: 1200px;
|
|
height: 100%;
|
|
}
|