Explorar o código

Fix org.css: use a "fixed" position for the logo-link class.

Bastien Guerry %!s(int64=16) %!d(string=hai) anos
pai
achega
f11f5f0bef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ORGWEBPAGE/org.css

+ 1 - 1
ORGWEBPAGE/org.css

@@ -13,7 +13,7 @@
   }
 
   .logo-link {
-        position: absolute;
+        position: fixed;
         top: 0px;
         left: 0px;
         width: 190px;