small css fixes

This commit is contained in:
Vincent Breitmoser 2019-04-25 23:03:55 +02:00
parent 40243c0b29
commit c0db159a3c
No known key found for this signature in database
GPG Key ID: 7BD18320DEADFA11
1 changed files with 6 additions and 2 deletions

View File

@ -38,6 +38,10 @@ body {
color: #050505; color: #050505;
} }
tt {
font-size: large;
}
h1 { h1 {
padding-bottom: 1em; padding-bottom: 1em;
} }
@ -47,7 +51,7 @@ p {
} }
a, a:visited { a, a:visited {
color: #00e; color: #0057B3;
} }
code { code {
@ -83,7 +87,7 @@ a.brand {
.search, .upload, .manage { .search, .upload, .manage {
display: flex; display: flex;
padding: 0 10%; padding: 0 15%;
} }
.manageEmail, .searchTerm, .fileUpload { .manageEmail, .searchTerm, .fileUpload {