Update topnav.css
This commit is contained in:
parent
89f8de93b4
commit
3d81a1e06c
1 changed files with 4 additions and 2 deletions
|
|
@ -24,6 +24,7 @@
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
display: block;
|
display: block;
|
||||||
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Style the hamburger menu */
|
/* Style the hamburger menu */
|
||||||
|
|
@ -34,8 +35,9 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
margin-top: 8px;
|
margin-top: 10px;
|
||||||
margin-right: 8px;
|
margin-right: 10px;
|
||||||
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Add a grey background color on mouse-over */
|
/* Add a grey background color on mouse-over */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue