소스 검색

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 {