Tweaked implementation, fixed email
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user