start migration to <script setup>

This commit is contained in:
geoffrey45
2022-01-26 10:01:35 +03:00
parent d6204946c2
commit 13ee2ed1d6
14 changed files with 91 additions and 73 deletions
+6 -3
View File
@@ -37,13 +37,16 @@ export default {
margin-left: $small;
margin-top: $small;
padding: $small 0;
padding: $small 0;
overflow-x: hidden;
.grid {
display: flex;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
flex-wrap: wrap;
padding: 0 0 0 $small;
gap: $small;
}
}
</style>
</style>