Преглед изворни кода

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

Bastien Guerry пре 16 година
родитељ
комит
f11f5f0bef
1 измењених фајлова са 1 додато и 1 уклоњено
  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;