Преглед на файлове

Add spacing for content in panel

Added the `space-y-2` class to keep all the content inside panels evenly
spaced.
Apis Necros преди 2 години
родител
ревизия
92938cd4ee
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      layouts/shortcodes/inPanel.html

+ 1 - 1
layouts/shortcodes/inPanel.html

@@ -1,3 +1,3 @@
-<div class="panel my-2">
+<div class="panel my-2 space-y-2">
     {{ .Inner | markdownify }}
 </div>