ソースを参照

better selectors, eliminate unnecessary CSS

Owen Versteeg 11 年 前
コミット
4b2e3fd71a
1 ファイル変更1 行追加5 行削除
  1. 1 5
      less/general.less

+ 1 - 5
less/general.less

@@ -9,14 +9,10 @@ body, textarea {
 }
 
 @media (max-width:870px) {
-	.row [class*='c']{
+	.row column {
 		width: 100%;
-		display: block;
 		margin: 1% auto;
 	}
-	.row:last-child column {
-		margin-bottom: 2.5em;
-	}
 }
 
 .container {