소스 검색

Ixion: Fix cover images with fixed background. See #499

alaczek 6 년 전
부모
커밋
a6e0be3b74
1개의 변경된 파일3개의 추가작업 그리고 6개의 파일을 삭제
  1. 3 6
      ixion/blocks.css

+ 3 - 6
ixion/blocks.css

@@ -27,13 +27,10 @@ Description: Used to style Gutenberg Blocks.
 /* Full Width */
 
 .no-sidebar .alignfull {
-	width: 100vw;
-	max-width: 100vw;
-	margin-left: 0;
-	margin-right: 0;
 	position: relative;
-	left: 50%;
-	transform: translateX( -50% );
+	min-width: 100vw;
+	margin-left: 50%;
+	left: -50vw;
 }
 
 .no-sidebar .wp-block-columns.alignfull,