CSS fixes

This commit is contained in:
Shan Carter
2017-01-11 16:38:28 -08:00
parent e107e72cd0
commit d8bc87061d
8 changed files with 42 additions and 20 deletions
+11 -1
View File
@@ -41,8 +41,11 @@ dt-article h2 {
margin-top: 12px;
margin-bottom: 24px;
}
@media(min-width: 1024px) {
font-size: 28px;
dt-article h2 {
font-size: 28px;
}
}
dt-article h1 + h2 {
@@ -189,3 +192,10 @@ dt-article .citation {
color: #668;
cursor: pointer;
}
dt-include {
width: 100%;
display: block;
margin: 0;
padding: 0;
}