Update d-title.css

This commit is contained in:
Shan Carter
2017-11-22 16:26:35 -08:00
committed by GitHub
parent 350b6c6f67
commit 184e094ae9
+2 -2
View File
@@ -15,12 +15,12 @@ d-title h1 {
font-size: 40px;
font-weight: 700;
line-height: 1.05em;
margin: 0 0 1rem;
margin: 0 0 0.5rem;
}
@media(min-width: 768px) {
d-title h1 {
font-size: 60px;
font-size: 50px;
}
}