only add padding for left and right sides

This commit is contained in:
Norm 2022-07-23 17:57:04 -04:00
parent d6a5eb4666
commit ebfe2162e9

View file

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