]> git.p6c8.net - pcdenotes.git/commitdiff
Added some space between the bottom nav links on mobile devices
authorPatrick Canterino <patrick@patrick-canterino.de>
Sat, 23 Jul 2022 11:54:29 +0000 (13:54 +0200)
committerPatrick Canterino <patrick@patrick-canterino.de>
Sat, 23 Jul 2022 11:54:29 +0000 (13:54 +0200)
notes/static/notes/style.css
notes/templates/note_base.html

index 56afaf8e09587f0f43830afad8c6aea3b9e66baf..b798bd1bf4e100e323632acde10eaa7994b6f101 100644 (file)
@@ -90,6 +90,10 @@ footer a img {
         margin-top: 1em;
     }
 
+    footer div#footer-middle li {
+        margin-bottom: 0.5em;
+    }
+
     footer #copyright, footer #footer-note {
         margin-top: 1em;
     }
index 3c8b559385ab94a27ea8c8302515129d8fa782e2..d1c4bed1410f954cb3ff1a0c06e6e23f85149359 100644 (file)
         <a href="http://www.djangoproject.com/"><img src="https://www.djangoproject.com/m/img/badges/djangopowered126x54.gif" width="126" height="54" alt="Powered by Django." title="Powered by Django." /></a>
       </div>
       <div id="footer-middle" class="col-lg-4 col-md-12 col-sm-12">
-        <p>
-          <a href="{% url "notes:note_list" %}">Home</a><br>
-          <a href="{% url "notes:archive_main" %}">Archive</a>
-        </p>
+        <ul>
+          <li><a href="{% url "notes:note_list" %}">Home</a></li>
+          <li><a href="{% url "notes:archive_main" %}">Archive</a></li>
+        </ul>
       </div>
       <div id="footer-right" class="col-lg-4 col-md-12 col-sm-12">
         This site contains random notes and thoughts by Patrick Canterino.<br>

patrick-canterino.de