Kaynağa Gözat

"Fix" some responsive layout issues.

Instead of snapping the sidebar, make it transition.

Remove the footer.
dev
Chris Smith 7 yıl önce
ebeveyn
işleme
4561757cfb

+ 0
- 6
site/layouts/partials/foot.html Dosyayı Görüntüle

@@ -1,9 +1,3 @@
1 1
    </div>
2
-
3
-    <footer id="footer">
4
-      <div class="inner">
5
-        
6
-      </div>
7
-    </footer>
8 2
   </body>
9 3
 </html>

+ 8
- 0
site/static/res/css/style.css Dosyayı Görüntüle

@@ -2551,6 +2551,7 @@
2551 2551
     text-align: right;
2552 2552
     top: 0;
2553 2553
     width: 20%;
2554
+    transition: width 1s;
2554 2555
   }
2555 2556
 
2556 2557
     #header > * {
@@ -2984,6 +2985,13 @@
2984 2985
 
2985 2986
   }
2986 2987
 
2988
+  @media screen and (max-width: 1100px) {
2989
+
2990
+    #header {
2991
+      transition: none;
2992
+    }
2993
+  }
2994
+
2987 2995
 /* Medium */
2988 2996
 
2989 2997
   @media screen and (max-width: 980px) {

Loading…
İptal
Kaydet