Files
Freedom-Loader/public/styles/layout/container.css
2025-06-28 17:56:36 +02:00

12 lines
207 B
CSS

.container {
position: relative;
top: 0;
left: 0;
right: 0;
/* height: 10000px; */
padding: 1em;
z-index: 1000;
display: flex;
flex-direction: column;
align-items: center;
}