mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-07-30 01:56:05 +00:00
enhancement(lint): Fix lint errors for components/BigTextMain.vue
Co-authored-by: NeonGamerBot-QK <neon@saahild.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
parent
2ffab1c29d
commit
063f553540
1 changed files with 9 additions and 2 deletions
|
@ -4,7 +4,10 @@ let spotify_link = `https://spotify-github-profile.kittinanx.com/api/view?uid=sa
|
|||
<template>
|
||||
<div class="flex items-center justify-between md:mt-20 md:px-20 mt-10 px-10">
|
||||
<div>
|
||||
<img src="/neonspfp.png" class="md:pb-5 pb-2 md:h-[200px] md:w-[200px] h-[100px] w-[100px]" />
|
||||
<img
|
||||
src="/neonspfp.png"
|
||||
class="md:pb-5 pb-2 md:h-[200px] md:w-[200px] h-[100px] w-[100px]"
|
||||
/>
|
||||
<h1 class="font-bold md:text-5xl text-2xl">
|
||||
<svg
|
||||
class="h-9 w-9 lg:h-10 lg:w-10 xl:h-12 xl:w-12 inline-block align-bottom"
|
||||
|
@ -61,7 +64,11 @@ let spotify_link = `https://spotify-github-profile.kittinanx.com/api/view?uid=sa
|
|||
|
||||
<!-- Right: Spotify Image -->
|
||||
<div>
|
||||
<img :src="spotify_link" alt="Saahil's Spotify" class="mt-5 hidden md:block" />
|
||||
<img
|
||||
:src="spotify_link"
|
||||
alt="Saahil's Spotify"
|
||||
class="mt-5 hidden md:block"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue