app/assets/stylesheets/style/typography.css.scss in curate-0.5.6 vs app/assets/stylesheets/style/typography.css.scss in curate-0.6.0

- old
+ new

@@ -33,11 +33,11 @@ } #site-title h1 { font-family:$serifFontFamily; font-size:2.4em; - line-height:1.3em; + line-height:1.2em; text-align:center; } #main, .modal-header { @@ -121,17 +121,19 @@ margin-right:.5em; } } .wide-text { - -webkit-column-count:2; - -webkit-column-gap:2em; - -moz-column-count:2; - -moz-column-gap:2em; - column-count:2; - column-gap:2em; - p { - column-break-inside:avoid; + @media (min-width: 60em){ + -webkit-column-count:2; + -webkit-column-gap:2em; + -moz-column-count:2; + -moz-column-gap:2em; + column-count:2; + column-gap:2em; + p { + column-break-inside:avoid; + } } } .center { text-align:center;