adjusted spacing, removed nav bar underline
parent
184562d352
commit
dd36e2d0ba
|
@ -22,6 +22,7 @@ nav a {
|
|||
border-radius: 5px;
|
||||
padding: 3px;
|
||||
color: #f7f7f7;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
nav a:hover {
|
||||
|
@ -37,6 +38,8 @@ nav a.active {
|
|||
hr {
|
||||
margin-top: 50px;
|
||||
margin-bottom: 100px;
|
||||
margin-left: 100px;
|
||||
margin-right: 100px;
|
||||
border: 0;
|
||||
height: 1px;
|
||||
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
|
||||
|
|
Loading…
Reference in New Issue