Smooth scroll back to top
This commit is contained in:
parent
13d9e0d064
commit
18322e4076
2 changed files with 12 additions and 2 deletions
|
@ -307,6 +307,16 @@ header{
|
|||
width: 100%;
|
||||
z-index: +100;
|
||||
}
|
||||
header div.navbar-strip div.navbar-container div.navbar-grid-col a{
|
||||
color: #4A4A4A;
|
||||
text-decoration: none !important;
|
||||
cursor: pointer;
|
||||
}
|
||||
header div.navbar-strip div.navbar-container div.navbar-grid-col a:hover{
|
||||
color: #4A4A4A;
|
||||
text-decoration: none !important;
|
||||
cursor: pointer;
|
||||
}
|
||||
div.navbar-strip{
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue