feat: better repository card

This commit is contained in:
2023-05-08 15:57:45 +02:00
parent 1e738b51b7
commit 1885072da2
4 changed files with 40 additions and 19 deletions

View File

@@ -8,6 +8,15 @@ each(range(5), {
display: flex;
}
.flex-inline {
display: inline-flex;
}
.flex-inline-col {
.flex-inline();
flex-direction: column;
}
.flex-col {
.flex();
flex-direction: column;