fixed images on landings

This commit is contained in:
Fedor Katurov 2022-11-10 14:25:54 +06:00
parent 1499203b21
commit 2265edf83a
2 changed files with 19 additions and 6 deletions

View file

@ -18,6 +18,17 @@
</p>
<div :class="$style.buttons">
<UiActionButton
href="https://github.com/muerwre"
target="_blank"
variant="primary"
>
Contact me
<template v-slot:suffix>
<IconsArrowRight width="22" height="22" fill="currentColor" />
</template>
</UiActionButton>
<UiActionButton
href="https://github.com/muerwre"
target="_blank"
@ -85,5 +96,9 @@
@include desktop {
margin-top: 20px;
}
& > * {
margin: 0 15px 15px 0;
}
}
</style>