From 61335349fd3d7fcf4e1259ea4291adb2073df0e9 Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Thu, 1 Jun 2023 09:55:15 +0200
Subject: [PATCH] comment

---
 app/views/admin/layouts/preview.html.erb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/views/admin/layouts/preview.html.erb b/app/views/admin/layouts/preview.html.erb
index 99406b4c9..46e1d7d96 100644
--- a/app/views/admin/layouts/preview.html.erb
+++ b/app/views/admin/layouts/preview.html.erb
@@ -10,6 +10,7 @@
       <%= stylesheet_link_tag 'admin/pure', media: 'all' %>
     <% end %>
     <style>
+    // En prévisualisation il n'y a pas de menu, donc pas besoin de laisser de la place au-dessus du hero
     .hero {
       margin-top: 0;
       padding-top: 0;
-- 
GitLab