fix border
This commit is contained in:
parent
821d929428
commit
9cff5f2731
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import pages from "../../data/pages.json";
|
|||
|
||||
<div class="w-full">
|
||||
<div
|
||||
class="flex justify-between items-center bg-black my-[1%] mx-[2.5%] py-[0.5%] px-[1%] md:rounded-full md:border-[0.1vw]"
|
||||
class="flex justify-between items-center bg-ieee-black my-[1%] mx-[2.5%] py-[0.5%] px-[1%] rounded-full md:border-[0.1vw]"
|
||||
>
|
||||
<a href="/" class="hover:opacity-60 duration-300">
|
||||
<Image
|
||||
|
|
Loading…
Reference in a new issue