style level up application

This commit is contained in:
moliloo 2025-08-06 01:29:20 -03:00
parent a8862d40d2
commit 7e489a0fd1
14 changed files with 290 additions and 144 deletions

View file

@ -25,9 +25,11 @@
section {
.section-container {
display: flex;
flex-direction: column;
gap: 8px;
flex-direction: row;
justify-content: center;
gap: 20px 8px;
margin-top: 8px;
flex-wrap: wrap;
}
}