Adjust styling and home info and add info to notification page

This commit is contained in:
2016-12-24 15:20:28 -07:00
parent 4efaf30165
commit fd95bd10b7
5 changed files with 88 additions and 21 deletions

View File

@@ -17,9 +17,18 @@ body {
color: black;
text-decoration: none;
}
.title .name {
vertical-align: middle;
}
.title img {
padding-right: 0.5rem;
vertical-align: middle;
width: 5rem;
}
.tagline {
padding-bottom: 2.5rem;
font-size: 1.75rem;
}
.content {
@@ -29,9 +38,12 @@ body {
.error {
color: #cc0000;
font-size: 2rem;
}
code {
white-space: normal;
}
.smallcode {
padding: 0;
}