diff sat_templates/templates/bulma/blog/articles.html @ 246:1928ba66c194

bulma: replaced custom styles by new spacing helpers
author Goffi <goffi@goffi.org>
date Fri, 19 Jun 2020 17:57:13 +0200
parents 0e69b5843c2f
children 40fccd3b7cf0
line wrap: on
line diff
--- a/sat_templates/templates/bulma/blog/articles.html	Fri Jun 19 17:57:13 2020 +0200
+++ b/sat_templates/templates/bulma/blog/articles.html	Fri Jun 19 17:57:13 2020 +0200
@@ -21,7 +21,7 @@
 
 {% block body %}
 {% if items %}
-    <div class="container has-margin-top-1">
+    <div class="container mt-4">
         <div id="blog_items" class="columns">
             <div class="column">
                 {{ blog.show_items(items, expanded=single) }}
@@ -29,7 +29,7 @@
         </div>
     </div>
 {% else %}
-    <div class="message has-margin-top-1">
+    <div class="message mt-4">
         <div class="message-body">
             {% trans %}No articles found in this blog!{% endtrans %}
         </div>