Commit d4bee319 authored by Sumaiyya Burney's avatar Sumaiyya Burney

Centers title (better!) and cleans dropdown CSS

parent 98c380e9
......@@ -41,10 +41,11 @@ const Header = ({ login, setLogin }) => {
</Link>
</li>
</ul>
<h1 id="page-title">Inventory, Promotions, Pricing</h1>
<LogoutButton />
</div>
</div>
<h1 id="page-title">Inventory, Promotions, Pricing</h1>
</nav>
);
};
......
......@@ -10,11 +10,18 @@
.dropdown{
color:#EBEBEB;
background-color: transparent;
border-color: transparent;
}
.dropdown:hover{
color:#CCCDCF;
background-color: transparent;
border-color: transparent;
}
.dropdown-toggle:after {
display: none;
}
.navbar {
background-color: #00567D;
position: relative;
}
#page-title{
......@@ -15,10 +16,6 @@
pointer-events: none;
}
#navbarSupportedContent{
position: relative;
}
#logo{
width: 100px;
height: 50px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment