Navbar improved

This commit is contained in:
mipel
2021-07-02 14:59:37 +02:00
parent 8fd09abda6
commit 905e29c8f8
2 changed files with 57 additions and 55 deletions

View File

@@ -23,7 +23,7 @@ body{
bottom: 0;
width: 100%;
height: 40px; /* Set the fixed height of the footer here */
line-height: 40px; /* Vertically center the text there */
line-height: 39px; /* Vertically center the text there */
background-color: #f5f5f5;
border-top: 1px solid var(--rlp-gray-light);
color: var(--rlp-gray-dark);
@@ -34,10 +34,11 @@ body{
text-decoration: none;
}
.nav{
nav{
background-color: var(--rlp-red);
height: 50px;
}
.nav-icon{
color: white;
font-weight: bold;
@@ -47,8 +48,6 @@ body{
.menu-elem{
border-left: 1px solid white;
border-right: 1px solid white;
display: inline-block;
}
.menu-elem:hover{
@@ -60,8 +59,4 @@ body{
.nav-btn{
color: white;
padding: 0.5rem;
margin: 0 0.5rem 0 0;
}
.nav-btn:hover{
}