fix robocup logo
This commit is contained in:
parent
26a20d8fbe
commit
ec275b1e64
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ import roboLogo from "../../images/roboLogo.png";
|
|||
<div
|
||||
class="flex items-center md:text-[3vw] text-[4.5vw] ml-[10%] md:pt-[5%] pt-[10%] text-white font-semibold"
|
||||
>
|
||||
<Image src={roboLogo} alt="Triton RoboCup Team Logo" class=" mr-[1vw] w-[5vw] rounded-full border-[0.2vw] border-white" />
|
||||
<Image src={roboLogo} alt="Triton RoboCup Team Logo" class=" mr-[1vw] w-[5vw] rounded-full border-[0.2vw] border-ieee-yellow" />
|
||||
<p>
|
||||
Robocup
|
||||
</p>
|
||||
|
|
|
@ -38,7 +38,7 @@ import roboLinks from "../../data/roboLinks.json";
|
|||
data-inview
|
||||
href={roboLink.link}
|
||||
target="_blank"
|
||||
className={`in-view:animate-fade-down animate-de animate-delay-${roboLink.delay} w-[30%] text-center z-10 cursor-pointer px-[2%] py-[1%] md:text-[1.2vw] text-[2vw] border-[0.1vw] border-white rounded-[0.5vw] hover:bg-ieee-yellow/80 duration-300 font-light`}
|
||||
className={`hover:font-semibold in-view:animate-fade-down animate-de animate-delay-${roboLink.delay} w-[30%] text-center z-10 cursor-pointer px-[2%] py-[1%] md:text-[1.2vw] text-[2vw] border-[0.1vw] border-white rounded-[0.5vw] hover:bg-ieee-yellow/80 duration-300 font-light`}
|
||||
>
|
||||
{roboLink.text}
|
||||
</Link>
|
||||
|
|
Loading…
Reference in a new issue