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