Browse Source

aggiunto padding-bottom a 50px

mauro 8 months ago
parent
commit
b551554579
1 changed files with 1 additions and 2 deletions
  1. 1 2
      static/basic/base.html

+ 1 - 2
static/basic/base.html

@@ -22,8 +22,7 @@
 
   {% endblock %}
 </head>
-<body style='padding-top:100px;'> <!-- occhio, che non prende css/style.css -->
-
+<body style='padding-top:100px; padding-bottom:50px;'> <!-- occhio, che non prende css/style.css -->
 {% if navbar %}
 <!--logo altemica e navbar-->
 <nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light">