feat: move css to own directory

This commit is contained in:
Devin Haska 2024-02-21 14:51:16 -08:00
parent 598102a7ec
commit 449d650b75
21 changed files with 5 additions and 4 deletions

View file

@ -1,32 +0,0 @@
.flex {
display: flex;
}
.flex-col {
display: flex;
flex-direction: column;
}
.items-center {
align-items: center;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.flex-wrap {
flex-wrap: wrap;
}
.flex-nowrap {
flex-wrap: nowrap;
}
.flex-1 {
flex: 1;
}