fix alignments & spacing issue

This commit is contained in:
Julien Constant
2023-03-04 15:12:11 +01:00
parent cbd88d3659
commit d1fca48f7a
4 changed files with 40 additions and 23 deletions

View File

@ -1,3 +1,10 @@
.container {
padding: 10px;
display: flex;
flex-direction: column;
gap: 10px;
}
.row {
display: flex;
flex-direction: row;
@ -8,6 +15,7 @@
gap: 30px;
@media (max-width: 535px) {
gap: 20px;
>div,
>div>.flexed {