add about-us.vue
All checks were successful
Deploy / build (push) Successful in 3m21s

This commit is contained in:
alsaze
2025-12-10 16:15:35 +03:00
parent 24237652db
commit 2f0b72c387
16 changed files with 1172 additions and 761 deletions

View File

@@ -12,6 +12,7 @@
:key="item.title"
class="how-work"
:ui="cardUi"
variant="subtle"
>
<div class="how-work__number">
{{ item.number }}
@@ -120,7 +121,7 @@ const items = [
.how-work {
&__number {
font-size: 48px;
opacity: 0.1;
opacity: 0.3;
font-weight: 600;
}