Changes to tidy up header

This commit is contained in:
adilallo
2025-08-07 08:48:52 -06:00
parent 0272011beb
commit 6bfcaf2aa0
7 changed files with 28 additions and 14 deletions
+3 -3
View File
@@ -8,17 +8,17 @@ export default function HeaderTab({ children, className = "", ...props }) {
<img
src="/assets/Union_xsm.svg"
alt="Union"
className="absolute -bottom-[3px] -right-[55px] w-[61px] h-[24px] sm:w-[61px] sm:h-[31.5px] sm:hidden"
className="absolute -bottom-[3px] -right-[52px] w-[61px] h-[24px] sm:w-[61px] sm:h-[31.5px] sm:hidden -z-10"
/>
<img
src="/assets/Union_sm_md_lg.svg"
alt="Union"
className="absolute -bottom-[3px] lg:-bottom-[2.8px] -right-[55px] w-[61px] h-[24px] sm:w-[61px] sm:h-[31.5px] hidden sm:block xl:hidden"
className="absolute -bottom-[3.5px] -right-[53px] w-[61px] h-[24px] sm:w-[61px] sm:h-[31.5px] hidden sm:block xl:hidden -z-10"
/>
<img
src="/assets/Union_xlg.svg"
alt="Union"
className="absolute -bottom-[5.3px] -right-[94px] w-[105px] h-[53px] hidden xl:block"
className="absolute -bottom-[6px] -right-[94px] w-[105px] h-[53px] hidden xl:block -z-10"
/>
</div>
);