Align .row items to flex-start in judaism.html

D David Veksler · 6 months ago f0f1b851a056b2a6605fce105569ce6bca1f71d3
Parent: 9a1862a20
Added 'align-items: flex-start' to the .row class to improve vertical alignment of child elements.

1 file changed +4 −0

Diff

diff --git a/judaism.html b/judaism.html
index 30ecce4..ec53ab7 100644
--- a/judaism.html
+++ b/judaism.html
@@ -146,6 +146,10 @@
       .toggle-term .he {
         display: inline;
       }
+      .row {
+        align-items: flex-start;
+      }
+
       .row > * {
         margin-bottom: 1.5rem;
       }