fix text size
This commit is contained in:
parent
e358f08864
commit
26affe9410
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import { LiaDotCircle } from "react-icons/lia";
|
|||
</Link>
|
||||
|
||||
<Link href="https://www.instagram.com/ieee.ucsd" target="_blank" className="flex flex-col items-center">
|
||||
<div class="border-[0.15vw] rounded-full shadow-glow hover:scale-110 duration-300 p-[1vw] ms:text-[2.2vw] text-[3.5vw] text-ieee-black/80 border-ieee-blue-100 bg-gradient-radial from-white via-white to-white/40">
|
||||
<div class="border-[0.15vw] rounded-full shadow-glow hover:scale-110 duration-300 p-[1vw] md:text-[2.2vw] text-[3.5vw] text-ieee-black/80 border-ieee-blue-100 bg-gradient-radial from-white via-white to-white/40">
|
||||
<RiInstagramFill />
|
||||
</div>
|
||||
<p class="md:text-[1.3vw] text-[2vw] font-semibold">Instagram</p>
|
||||
|
|
Loading…
Reference in a new issue