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

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


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

@@ -546,9 +546,9 @@
 
 
 	.programme-1{
-		// background: center / 60% no-repeat url(../images/POPSU_1.svg) white;
+		// background: center / 45% no-repeat url(../images/POPSU_1.svg) white;
 		img{
-			width: 60%;
+			width: 45%;
 		}
 		&:hover{
 			background: $col-1;
@@ -559,9 +559,9 @@
 		
 	}
 	.programme-2{
-		// background: center / 60% no-repeat url(../images/POPSU_2.svg) white;
+		// background: center / 45% no-repeat url(../images/POPSU_2.svg) white;
 		img{
-			width: 60%;
+			width: 45%;
 		}
 		
 		&:hover{
@@ -574,7 +574,7 @@
 	.programme-3{
 		// background: center / 50% no-repeat url(../images/POPSU_Europe.svg) white;
 		img{
-			width: 60%;
+			width: 45%;
 		}
 		&:hover{
 			background: $col-eur;
@@ -586,7 +586,7 @@
 	.programme-4{
 		// background: center / 50% no-repeat url(../images/POPSU_Europe.svg) white;
 		img{
-			width: 60%;
+			width: 45%;
 		}
 		&:hover{
 			background: $col-1;
@@ -608,9 +608,9 @@
 		}
 	}
 	.programme-6{
-		// background: center / 60% no-repeat url(../images/POPSU_territoires.svg) white;
+		// background: center / 45% no-repeat url(../images/POPSU_territoires.svg) white;
 		img{
-			width: 60%;
+			width: 45%;
 		}
 		&:hover{
 			background: $col-ter;
@@ -620,9 +620,9 @@
 		}
 	}
 	.programme-7{
-		// background: center / 60% no-repeat url(../images/POPSU_metropoles.svg) white;
+		// background: center / 45% no-repeat url(../images/POPSU_metropoles.svg) white;
 		img{
-			width: 60%;
+			width: 45%;
 		}
 		&:hover{
 			background: $col-met;

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