Tweaked implementation, fixed email

This commit is contained in:
2017-08-28 01:06:59 +10:00
parent 7bf4dfa4c1
commit be85c61b76
3 changed files with 24 additions and 15 deletions
+9
View File
@@ -15,6 +15,10 @@ h1 {
font-weight: bold;
}
h1 a {
color: inherit;
}
h2 {
font-size: 16px;
font-weight: bold;
@@ -50,6 +54,11 @@ footer {
text-align: center;
}
.noPadding {
padding-left: 0 !important;
padding-right: 0 !important;
}
/* Up and Down Arrows */
.descend:after{
content: "\25B2";