Mostly cosmetic changes

This commit is contained in:
2017-10-13 00:44:19 +02:00
parent 37a9e6cbf4
commit 0021ff17df
5 changed files with 44 additions and 32 deletions

View File

@ -20,6 +20,17 @@
margin-bottom 1rem
overflow hidden
.widget-section
vertical
width 100%
.widget-title
text-align left
padding-bottom 0.5rem
border-bottom 1px solid rgba(0, 0, 0, 0.1)
// We need !important here to overwrite the h3:first-child rule
margin 1rem 0 !important
.widget-ui-element
vertical-wrap
ui-element
@ -36,17 +47,6 @@
align-items center
width 100%
.widget-section
vertical
width 100%
.widget-title
text-align left
padding-bottom 0.5rem
border-bottom 1px solid rgba(0, 0, 0, 0.1)
// We need !important here to overwrite the h3:first-child rule
margin 1rem 0 !important
.widget-form
width 100%
max-width 650px