소스 검색

corectionactu

armansansd 3 년 전
부모
커밋
bc32b46463
3개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      web/themes/custom/popsu/css/styles.css
  2. 0 0
      web/themes/custom/popsu/css/styles.css.map
  3. 1 0
      web/themes/custom/popsu/sass/pages/_actu.scss

+ 2 - 1
web/themes/custom/popsu/css/styles.css

@@ -1964,7 +1964,8 @@ article p, .paragraph p {
   .path-actus .content_container .layout__region--content .views-element-container footer {
     text-align: center;
     margin: 1.8rem 0;
-    grid-column: 1 / span 2; }
+    grid-column: 1 / span 2;
+    background: transparent; }
     .path-actus .content_container .layout__region--content .views-element-container footer a {
       display: inline-block;
       margin: 0 auto;

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


+ 1 - 0
web/themes/custom/popsu/sass/pages/_actu.scss

@@ -35,6 +35,7 @@
 					text-align: center;
 					margin: 1.8rem 0;
 					grid-column: 1 / span 2 ;
+					background: transparent;
 					a{
 						display: inline-block;
 						margin: 0 auto;

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