Skip to content
Snippets Groups Projects
Commit f175e818 authored by Muba006's avatar Muba006
Browse files

nav bar align changrd

parent 5d769178
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ function Navbar() {
style={{ backgroundImage: `url(${backgd})` }}
>
{/* Navbar */}
<div className="bg-[#28409C] h-[55px] flex items-center justify-between rounded-3xl mx-4 sm:mx-8 top-6 p-4 sm:p-6 relative left-[0px] md:left-[-20px] ">
<div className="bg-[#28409C] h-[55px] flex items-center justify-between rounded-3xl mx-4 sm:mx-8 top-6 p-4 sm:p-6 relative left-[0px] md:left-[-5px] right-[-5px] ">
{/* Logo */}
<h1 className="text-white font-semibold text-2xl sm:text-3xl">OMPOI</h1>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment