armansansd 3 년 전
부모
커밋
36cc395aac

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


+ 3 - 3
web/themes/custom/popsu/sass/pages/_home.scss

@@ -18,9 +18,9 @@
 	}
 
 	.header_top_left_container{
-		a[rel~="home"]{
-			// display: none;
-		}
+		// a[rel~="home"]{
+		// 	// display: none;
+		// }
 	}
 }
 

+ 5 - 3
web/themes/custom/popsu/sass/pages/_themes.scss

@@ -97,8 +97,13 @@
             margin-bottom: 1rem;
             max-height: 22rem;
             overflow: hidden;
+            @include breakpoint(small down) {
+                width: 100%;
+            }
             img{
                 width: 100%;
+                margin-top: -10%;
+                
             }
         }
         .body{
@@ -468,9 +473,6 @@
             cursor: pointer;
             
         }
-        h2:after{
-
-        }
         
     }
     .field_projets_lies{

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