Small fixes

This commit is contained in:
nizune
2021-06-28 11:12:19 +02:00
parent d60c56cdbf
commit e27f1bf9d6
3 changed files with 22 additions and 2 deletions

View File

@@ -18,9 +18,18 @@
display: flex;
flex-direction: column;
.subtitle {
display: flex;
justify-content: space-between;
font-size: 13px;
text-transform: uppercase;
color: var(--secondary-foreground);
font-weight: 700;
}
.invite {
gap: 8px;
padding: 8px;
padding: 10px;
display: flex;
align-items: center;
flex-direction: row;