fixed UIButtons

This commit is contained in:
Fedor Katurov 2022-11-10 16:57:58 +06:00
parent 1394a17d82
commit 6c40acc1f9
3 changed files with 14 additions and 8 deletions

View file

@ -24,14 +24,14 @@
<UiButtonGroup :class="$style.buttons">
<UiActionButton href="/contacts" variant="primary">
Contact me
Contact&nbsp;me
<template v-slot:suffix>
<IconsSend width="22" height="22" fill="currentColor" />
</template>
</UiActionButton>
<UiActionButton href="/about" variant="outline">
View Portfolio
View&nbsp;Portfolio
<template v-slot:suffix>
<IconsBook width="22" height="22" fill="currentColor" />
</template>
@ -119,7 +119,8 @@
.buttons {
margin-top: 40px;
@include desktop {
@include tablet {
justify-content: center;
margin-top: 20px;
}
}