Add padding

This will let not have text right up against the edge.
This commit is contained in:
Norm 2022-07-23 17:51:53 -04:00
parent d79fe1dee0
commit d6a5eb4666

View file

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