Browse Source

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 6 years ago
parent
commit
e75e365342
1 changed files with 1 additions and 1 deletions
  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;
 }