Private GIT

Skip to content
Snippets Groups Projects
Commit ff0e7327 authored by Jonathon Saine's avatar Jonathon Saine
Browse files

Fix recent css change to h1/title. This resolved the comingEp issue.

parent 911f5d1b
Branches
Tags
No related merge requests found
......@@ -55,16 +55,17 @@ table {
margin:0;
}
.title {
h1 {
text-align:left;
font-size:21px;
line-height:23px;
font-weight:400;
}
h1.title {
padding-bottom:4px;
margin-bottom:12px;
border-bottom:1px solid #4e4e4e;
}
h1 a {
text-decoration:none;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment