frontpage: Reduce the two-column width split to 67em.

This brings the columns from a target width of about 60 characters to
about 52.
This commit is contained in:
Brett Smith 2016-11-22 08:20:04 -05:00
parent b12b2bb59a
commit 6f06967a30

View file

@ -262,7 +262,7 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
.column h2 a { text-decoration: none; color: #000000; }
.column h2 a:hover { text-decoration: underline; }
@media all and (min-width: 78em) {
@media all and (min-width: 67em) {
.column:nth-child(odd) {
clear: both;
float: left;