mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-08 13:45:01 +02:00
🐛 fix(AppFooter): border opacity
Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<!-- social icons -->
|
<!-- social icons -->
|
||||||
<div class="w-full flex justify-between md:justify-start">
|
<div class="w-full flex justify-between md:justify-start">
|
||||||
<span id="social-title" class="h-full flex justify-center items-center border-right px-5">
|
<span id="social-title" class="h-full flex justify-center items-center border-right px-5">
|
||||||
find me in:
|
social refs:
|
||||||
</span>
|
</span>
|
||||||
<div id="social-icons" class="flex">
|
<div id="social-icons" class="flex">
|
||||||
<NuxtLink :to="social.twitter.url + social.twitter.user" target="_blank" class="flex justify-center items-center">
|
<NuxtLink :to="social.twitter.url + social.twitter.user" target="_blank" class="flex justify-center items-center">
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- github user -->
|
<!-- github user -->
|
||||||
<NuxtLink :to="social.github.url + social.github.user" target="_blank" class="hidden md:flex items-center px-5 border-left">
|
<NuxtLink :to="social.github.url + social.github.user" target="_blank" class="hidden md:flex items-center px-10 border-left">
|
||||||
@{{ social.github.user }}
|
@{{ social.github.user }}
|
||||||
<img src="/icons/social/github.svg"/>
|
<img src="/icons/social/github.svg"/>
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
footer {
|
footer {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer a:hover {
|
footer a:hover {
|
||||||
|
Reference in New Issue
Block a user