fixing account header styles for foundation 6
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 2 Jan 2018 14:05:07 +0000 (09:05 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 2 Jan 2018 14:05:07 +0000 (09:05 -0500)
account headers were not styled correctly do to issues with foundation 5 and
foundation 6, added clear none manually

css/front.css

index a70666b..1542918 100644 (file)
@@ -784,6 +784,9 @@ span.glm-error {
     height: 0;
     overflow: hidden;
 }
+#accountHeader .accountHeader-section {
+    clear: none;
+}
 /*#accountHeader .glm-reg-header-btn{
     font-size: 16px;
     height: 60px;