Skip to content

Commit d4b41b7

Browse files
committed
refactor: prettier
1 parent 99be989 commit d4b41b7

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

frontend/src/assets/main.css

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,21 @@
5252
}
5353

5454
body {
55-
font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;
56-
-moz-osx-font-smoothing:grayscale;
57-
-webkit-font-smoothing:antialiased;
58-
text-rendering:optimizeSpeed;
55+
font-family:
56+
Inter,
57+
-apple-system,
58+
BlinkMacSystemFont,
59+
Segoe UI,
60+
Roboto,
61+
Helvetica,
62+
Arial,
63+
sans-serif,
64+
'Apple Color Emoji',
65+
'Segoe UI Emoji',
66+
Segoe UI Symbol;
67+
-moz-osx-font-smoothing: grayscale;
68+
-webkit-font-smoothing: antialiased;
69+
text-rendering: optimizeSpeed;
5970
background-color: #000;
6071
color: #f2f2f2;
6172
}

frontend/src/components/HomePage/Main.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,13 @@ const triggerConfetti = () => {
8383
v-if="!hidden"
8484
class="before:pointer-events-none before:absolute before:bottom-[18rem] before:right-[-30px] before:-z-10 before:h-[400px] before:w-[400px] before:rounded-full before:bg-[#A80026]/40 before:blur-[200px] before:content-['']"
8585
>
86-
<img src="/images/ValoryLogo3D.webp" height="321" width="314" alt="Valory 3D" fetchpriority="high" />
86+
<img
87+
src="/images/ValoryLogo3D.webp"
88+
height="321"
89+
width="314"
90+
alt="Valory 3D"
91+
fetchpriority="high"
92+
/>
8793
</div>
8894
</section>
8995
</template>

0 commit comments

Comments
 (0)