소스 검색

Dara: Remove full alignment styles from blocks.css, since the theme doesn't support wide alignments.

Laurel Fulford 6 년 전
부모
커밋
cebd8500d6
1개의 변경된 파일0개의 추가작업 그리고 58개의 파일을 삭제
  1. 0 58
      dara/blocks.css

+ 0 - 58
dara/blocks.css

@@ -48,64 +48,6 @@ p.has-drop-cap:not(:focus)::first-letter {
 	display: flex;
 }
 
-/* Full Width */
-figure.alignfull,
-.wp-block-cover.alignfull,
-.wp-block-gallery.alignfull,
-.wp-block-embed.is-type-video.alignfull {
-	width: 100vw;
-	max-width: 100vw;
-	margin-left: 0;
-	margin-right: 0;
-	position: relative;
-	left: 50%;
-	transform: translateX( -50% );
-}
-
-.rtl figure.alignfull,
-.rtl .wp-block-cover.alignfull,
-.rtl .wp-block-gallery.alignfull,
-.rtl .wp-block-embed.is-type-video.alignfull {
-	left: auto;
-	right: 50%;
-	transform: translateX(50%);
-}
-
-.wp-block-embed.is-type-video.alignfull:before {
-	content: "";
-	display: block;
-}
-
-.wp-block-embed.is-type-video.alignfull iframe {
-	position:  absolute;
-	top: 0;
-	left: 0;
-	bottom: 0;
-	right: 0;
-	width: 100%;
-	height: 100%;
-}
-
-.wp-embed-aspect-1-1:before {
-	padding-top: 100%;
-}
-
-.wp-embed-aspect-2-1:before {
-	padding-top: 50%;
-}
-
-.wp-embed-aspect-1-2:before {
-	padding-top: 200%;
-}
-
-.wp-embed-aspect-4-3:before {
-	padding-top: 75%;
-}
-
-.wp-embed-aspect-16-9:before {
-	padding-top: 56.25%;
-}
-
 /* Wide Width */
 
 @media (min-width: 1024px) {