Browse Source

homogénisation de la taille des blocs actu

kolsim 1 year ago
parent
commit
852a4db51f
2 changed files with 5 additions and 1 deletions
  1. 1 1
      public/Pages/actu.html
  2. 4 0
      public/css/creative.css

+ 1 - 1
public/Pages/actu.html

@@ -25,7 +25,7 @@
                         <p><img class="img-responsive center-block" src="img/actus/dons.jpg" alt="Photo arrosage jeunes plants" /></p>
                         <ul>
                             <li><a href="https://www.helloasso.com/associations/solidarite-pour-un-developpement-humain-sdh/formulaires/4/widget">Je fais un don défiscalisable.</a></li>
-                            <li><a href="https://www.helloasso.com/don/associations/tera">Je fais un don non defiscalisable.</a></li>
+                            <li><a href="https://www.helloasso.com/don/associations/tera">Je fais un don non défiscalisable.</a></li>
                             <li><a href="https://www.helloasso.com/associations/tera/adhesions/adhesion-annuelle-a-tera">J'adhère à l'association.</a></li>
                         </ul>
                     </div>

+ 4 - 0
public/css/creative.css

@@ -55,6 +55,10 @@
 }
 #actu .panel-title {
     text-align: center;
+    min-height: 45px;
+}
+#actu .panel-body {
+    min-height: 300px;
 }
 #actu a {
     color: #000;