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:
parent
b12b2bb59a
commit
6f06967a30
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue