mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
start migration to <script setup>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user