diff --git a/static/css/theme-coko/main.css b/static/css/theme-coko/main.css
index b603920f4e157b4abd56843b7ea1cea038240460..b1b852de1894c69f21c5b5af1107d16d3c53f973 100644
--- a/static/css/theme-coko/main.css
+++ b/static/css/theme-coko/main.css
@@ -752,5 +752,18 @@ footer section.infos a:hover {
 }
 
 .articles header + h2 {
+  margin-top: 0.5em;
+}
+
+.articles h2 {
+  margin-bottom: 0em;
+}
+.articles main .grid-item {
   margin-top: 0;
+  /* padding-top: 0; */
+  margin-bottom: 2em;
+}
+
+.articles main {
+  grid-auto-rows: unset;
 }