Revert "only add padding for left and right sides"

This reverts commit ebfe2162e9.
This commit is contained in:
Norm 2022-07-27 15:53:03 -04:00 committed by Gitea
parent 0e7d1a5d7b
commit aac8f209c8

View file

@ -39,8 +39,7 @@ watch(props.hpml.vars, () => {
<style lang="scss" scoped> <style lang="scss" scoped>
.mrdgzndn { .mrdgzndn {
padding-left: 1em; padding: 1em;
padding-right: 1em;
&:not(:first-child) { &:not(:first-child) {
margin-top: 0.5em; margin-top: 0.5em;