Style pages

This commit is contained in:
mg
2021-09-01 17:30:30 +01:00
parent b7865cf821
commit 8e2a5a13a5
15 changed files with 1030 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
.user-sets-list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
column-gap: 64px;
row-gap: 24px;
}
.user-sets-row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.user-sets-row > * {
color: inherit;
text-decoration: none;
}
.user-sets-row > *:first-child {
padding: 0 12px 0 0;
}