minor UI fixes

This commit is contained in:
geoffrey45
2022-05-07 19:33:54 +03:00
parent fb67f568ad
commit f913e59103
19 changed files with 37 additions and 63 deletions
+2
View File
@@ -31,5 +31,7 @@ const props = defineProps({
display: grid;
grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
gap: $medium;
border-bottom: 1px solid $gray3;
padding-bottom: .55rem;
}
</style>