template: Reduce media query from 750 to 720 pixels min width.

This commit is contained in:
Bradley Sepos 2018-10-09 11:15:47 -04:00
parent 195bc2373d
commit 421e83b091
No known key found for this signature in database
GPG Key ID: DEADE2F57D42D9C7

View File

@ -594,8 +594,8 @@ article.docs .footnotes + footer {
}
}
/* Wider than 750 */
@media (min-width: 750px) {
/* Wider than 720 */
@media (min-width: 720px) {
article.docs {
padding-left: 50px;
padding-right: 50px;