Explorar o código

Intergalactic 2: Change element which is used to prevent side scroll on wide blocks; original element also caused header to be cut off. Fixes #318.

Laurel Fulford %!s(int64=6) %!d(string=hai) anos
pai
achega
e75e365342
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      intergalactic-2/blocks.css

+ 1 - 1
intergalactic-2/blocks.css

@@ -20,7 +20,7 @@ Description: Used to style Gutenberg Blocks.
 
 /* Alignments */
 
-.site-content {
+.singular .entry-content-wrapper {
 	overflow-x: hidden;
 }