adjusted spacing, removed nav bar underline

merge-requests/1/head
bmatt 2016-04-11 01:31:50 -04:00
parent 184562d352
commit dd36e2d0ba
1 changed files with 3 additions and 0 deletions

View File

@ -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));