Align .row items to flex-start in judaism.html
· 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
- judaism.html +4 −0
Diff
--- 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; }