mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 02:46:39 +07:00
fixed mobile layouts
This commit is contained in:
parent
7eeb3b14c6
commit
5e9e2c308d
6 changed files with 43 additions and 18 deletions
|
@ -36,7 +36,7 @@
|
|||
>
|
||||
Visit my Github
|
||||
<template v-slot:suffix>
|
||||
<IconsArrowRight width="22" height="22" fill="currentColor" />
|
||||
<IconsCode width="22" height="22" fill="currentColor" />
|
||||
</template>
|
||||
</UiActionButton>
|
||||
</div>
|
||||
|
@ -52,7 +52,7 @@
|
|||
.grid {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 2fr;
|
||||
grid-column-gap: 40px;
|
||||
grid-column-gap: 80px;
|
||||
|
||||
@include desktop {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue