]> git.p6c8.net - pcdenotes.git/commitdiff
Adjusted padding on mobile layout
authorPatrick Canterino <patrick@patrick-canterino.de>
Sun, 10 Jul 2022 08:59:11 +0000 (10:59 +0200)
committerPatrick Canterino <patrick@patrick-canterino.de>
Sun, 10 Jul 2022 08:59:11 +0000 (10:59 +0200)
notes/templates/note_base.html

index 972e20418fcf805647fe468f8c96d23f2b03b73f..3c8b559385ab94a27ea8c8302515129d8fa782e2 100644 (file)
@@ -20,7 +20,7 @@
     {% block content %}{% endblock %}
   </main>
 
     {% block content %}{% endblock %}
   </main>
 
-  <footer class="container-fluid p-5 mt-5">
+  <footer class="container-fluid pt-5 pb-5 ps-md-5 pe-md-5 mt-5">
     <div class="row">
       <div id="footer-left" class="col-lg-4 col-md-12 col-sm-12">
         <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 class="row">
       <div id="footer-left" class="col-lg-4 col-md-12 col-sm-12">
         <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>

patrick-canterino.de