mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 02:46:39 +07:00
fixed UIButtons
This commit is contained in:
parent
1394a17d82
commit
6c40acc1f9
3 changed files with 14 additions and 8 deletions
|
@ -7,9 +7,13 @@
|
|||
<script lang="ts" setup></script>
|
||||
|
||||
<style lang="scss" module>
|
||||
@import "@/assets/css/main.scss";
|
||||
|
||||
.buttons {
|
||||
& > * {
|
||||
margin: 0 15px 15px 0;
|
||||
}
|
||||
display: grid;
|
||||
gap: 16px;
|
||||
align-items: flex-start;
|
||||
justify-content: flex-start;
|
||||
grid-template-columns: repeat(auto-fit, minmax(180px, auto));
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue