Browse Source

Merge branch 'anatoly' of medgis/mo-assets into master

anatoly 6 years ago
parent
commit
ca36081b6a

+ 0 - 4
src/files/css/dev.css

@@ -10,7 +10,3 @@ footer {
 body{
 body{
     padding-bottom: 0;
     padding-bottom: 0;
 }
 }
-
-body footer {
-    bottom: auto;
-}

+ 1 - 1
src/files/css/main.css

@@ -6580,7 +6580,7 @@ body {
   position: relative;
   position: relative;
   padding-bottom: 333px; }
   padding-bottom: 333px; }
   body footer {
   body footer {
-    bottom: 0; }
+    bottom: auto; }
 
 
 header {
 header {
   position: fixed;
   position: fixed;

File diff suppressed because it is too large
+ 0 - 0
src/files/css/main.css.map


+ 1 - 1
src/files/scss/_base-style.scss

@@ -17,7 +17,7 @@ body {
     padding-bottom: 333px;
     padding-bottom: 333px;
 
 
     footer {
     footer {
-        bottom: 0;
+        bottom: auto;
     }
     }
 }
 }
 
 

Some files were not shown because too many files changed in this diff