websites.concatenative: make navbar use line-height.

flac
John Benediktsson 2020-03-02 08:44:17 -08:00 committed by Steve Ayerhart
parent 578169f5e7
commit 83750e9f8f
No known key found for this signature in database
GPG Key ID: 5BFD39C5359E967D
2 changed files with 4 additions and 1 deletions

View File

@ -23,7 +23,7 @@
@media screen and (max-width: 600px) {
#left {
position: absolute;
margin-top: 32px;
margin-top: 35px;
display: none;
}

View File

@ -59,6 +59,9 @@ a:hover, .link:hover { text-decoration: underline; }
.navbar {
margin: 0;
padding: 15px;
padding-top: 10px;
padding-bottom: 10px;
line-height: 150%;
border-bottom: 1px solid #ccc;
}