use id instead of class content-wrapper
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 13 May 2015 16:21:22 +0000 (12:21 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 13 May 2015 16:21:22 +0000 (12:21 -0400)
for the clear both on headers elements

root/scss/_wordpress.scss

index 37ca6bc..36fb768 100644 (file)
@@ -199,7 +199,7 @@ img.alignleft, img.alignright, img.aligncenter, div.wp-caption img {
         text-align: center;
     }
 }
-.content-wrapper {
+#content-wrapper {
     h1, h2, h3, h4, h5, h6 {
         clear: both;
     }