more refactoring

This commit is contained in:
geoffrey45
2022-02-24 12:23:56 +03:00
parent ca790e97d9
commit 2143ad7139
8 changed files with 47 additions and 36 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ const props = defineProps({
#f-items {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
gap: $small;
gap: $medium;
}
.f-container p {