fixed mobile layouts

This commit is contained in:
Fedor Katurov 2022-11-10 14:45:38 +06:00
parent 7eeb3b14c6
commit 5e9e2c308d
6 changed files with 43 additions and 18 deletions

View file

@ -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;