ouidade 3 år sedan
förälder
incheckning
98ab9ad0e1

+ 5 - 11
user/themes/epau-antimatter/css-compiled/template.css

@@ -1215,12 +1215,13 @@ ul.pagination {
         padding: 5% 5% 5% 5%; } }
         padding: 5% 5% 5% 5%; } }
 
 
 #new-footer {
 #new-footer {
+  position: absolute;
   display: flex;
   display: flex;
   flex-direction: column; }
   flex-direction: column; }
   #new-footer .tothetop {
   #new-footer .tothetop {
-    position: absolute;
+    position: relative;
     height: 1rem;
     height: 1rem;
-    bottom: 16rem;
+    bottom: 3rem;
     text-align: center;
     text-align: center;
     left: 0;
     left: 0;
     right: 0; }
     right: 0; }
@@ -1286,12 +1287,7 @@ ul.pagination {
         #new-footer .footer .footer-logos img {
         #new-footer .footer .footer-logos img {
           padding: 0.5rem; }
           padding: 0.5rem; }
           #new-footer .footer .footer-logos img:last-of-type {
           #new-footer .footer .footer-logos img:last-of-type {
-            padding: 0.8rem; }
-    #new-footer .tothetop {
-      bottom: 37rem; } }
-  @media (max-width: 768px) {
-    #new-footer .tothetop {
-      bottom: 16rem !important; } }
+            padding: 0.8rem; } }
   @media (max-width: 1024px) {
   @media (max-width: 1024px) {
     #new-footer .footer .contact img {
     #new-footer .footer .contact img {
       max-height: 1.5rem; }
       max-height: 1.5rem; }
@@ -1304,9 +1300,7 @@ ul.pagination {
     #new-footer .footer .footer-logos img {
     #new-footer .footer .footer-logos img {
       padding: 0.5rem; }
       padding: 0.5rem; }
       #new-footer .footer .footer-logos img:last-of-type {
       #new-footer .footer .footer-logos img:last-of-type {
-        padding: 0.8rem; }
-    #new-footer .tothetop {
-      bottom: 14rem; } }
+        padding: 0.8rem; } }
 
 
 button:focus {
 button:focus {
   border: solid !important;
   border: solid !important;

+ 12 - 12
user/themes/epau-antimatter/scss/template/_custom.scss

@@ -703,15 +703,15 @@
 
 
 
 
 #new-footer {
 #new-footer {
-  // position:absolute;
+  position:absolute;
   display: flex;
   display: flex;
   flex-direction: column;
   flex-direction: column;
 
 
   .tothetop {
   .tothetop {
-    position: absolute;
+    position: relative;
     // align-self: center;
     // align-self: center;
     height: 1rem;
     height: 1rem;
-    bottom: $footer-height + 10rem;
+    bottom: 3rem;
 		text-align: center;
 		text-align: center;
 		left: 0;
 		left: 0;
 		right: 0;
 		right: 0;
@@ -801,14 +801,14 @@
         }
         }
       }
       }
     }
     }
-    .tothetop {
-      bottom: $footer-height + 31rem;
-    }
+    // .tothetop {
+    //   bottom: $footer-height + 28rem;
+    // }
   }
   }
   @media (max-width: 768px) {
   @media (max-width: 768px) {
-    .tothetop {
-      bottom: $footer-height + 10rem !important;
-    }
+    // .tothetop {
+    //   bottom: $footer-height + 10rem;
+    // }
   }
   }
 
 
   @media (max-width: 1024px) {
   @media (max-width: 1024px) {
@@ -828,9 +828,9 @@
         }
         }
       }
       }
     }
     }
-    .tothetop {
-      bottom: $footer-height + 8rem;
-    }
+    // .tothetop {
+    //   bottom: $footer-height + 11rem;
+    // }
 
 
   }
   }