소스 검색

fixed home intro columend paragraphs

bach 3 년 전
부모
커밋
97d14c297c

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
web/themes/custom/materiotheme/assets/dist/report.html


+ 4 - 2
web/themes/custom/materiotheme/assets/styles/main.scss

@@ -916,8 +916,10 @@ article.node--type-frontpage{
           flex-flow: row nowrap;
           justify-content: center;
           p{
-            flex: 0 0 $column_width * 2;
-            padding:1em;
+            flex: 0 0 35%;
+						max-width: $column_width * 2;
+						padding:1em;
+						box-sizing: border-box;
           }
 					@include col-mediaquery-max(3){
 						display: none;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.