Browse Source

fix mch blog page background image on nav header for small height screens.

Thomas Buck 1 year ago
parent
commit
51ad1dd3f0
2 changed files with 6 additions and 1 deletions
  1. 1
    1
      page.html
  2. 5
    0
      static/css/style.css

+ 1
- 1
page.html View File

@@ -37,7 +37,7 @@ else:
37 37
             print '">Fork this with Git</a></div></div>'
38 38
     %-->
39 39
     <div id="wrap"><div id="nav">
40
-        <ul>
40
+        <ul id="navbar">
41 41
             <li id="home"><a href="index.html">xythobuz.de</a></li>
42 42
             <!--%
43 43
                 mpages = [p for p in pages if p.get("parent", "") == "main" and p.lang == "en"]

+ 5
- 0
static/css/style.css View File

@@ -32,6 +32,11 @@ th, td {
32 32
     z-index: 2;
33 33
 }
34 34
 
35
+#navbar {
36
+    margin-top: 0px;
37
+    padding-top: 1em;
38
+}
39
+
35 40
 #content {
36 41
     width: 75%;
37 42
     margin-left: auto;

Loading…
Cancel
Save