adding new logo for the off canvas menu, fixing the 269 animation in footer
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 24 Apr 2018 13:42:32 +0000 (09:42 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 24 Apr 2018 13:42:32 +0000 (09:42 -0400)
adding new logo for the off canvas menu

assets/logo-old.jpg
css/app.css
scss/_main.scss

index 745d1a8..e2caa63 100644 (file)
Binary files a/assets/logo-old.jpg and b/assets/logo-old.jpg differ
index f9bee69..0081aff 100644 (file)
@@ -6513,7 +6513,7 @@ body #feature-image {
   min-height: 350px;
   background-color: #22CDEC;
   color: white;
-  font-size: 100px; }
+  font-size: 95px; }
   .action-info .blur-action .blur-text {
     position: absolute;
     top: 58%;
@@ -6532,7 +6532,7 @@ body #feature-image {
     .action-info .blur-action .blur-container .first-blur {
       top: -35px;
       opacity: 0;
-      min-width: 200px; }
+      min-width: 193px; }
     .action-info .blur-action .blur-container .left-mark {
       position: relative;
       bottom: 40px;
index bf329e9..d26555c 100644 (file)
@@ -45,7 +45,7 @@
         background-color: #22CDEC;
         // text-align: center;
         color: white;
-        font-size: 100px;
+        font-size: 95px;
         .blur-text{
             position: absolute;
             top:  58%;
@@ -65,7 +65,7 @@
             .first-blur{
                 top: -35px;
                 opacity: 0;
-                min-width: 200px;
+                min-width: 193px;
             
             }
             .left-mark{