pot/author/project/system/public/themes/default/css/main.css

9 lines
125 B
CSS
Raw Normal View History

2024-01-11 04:35:40 +07:00
@charset "UTF-8";
main {
display: flex;
flex-direction: column;
align-items: center;
2024-12-16 17:04:30 +07:00
gap: var(--gap);
2024-01-11 04:35:40 +07:00
transition: 0s;
2024-12-16 17:04:30 +07:00
}