forked from FoundKeyGang/FoundKey
Add padding
This will let not have text right up against the edge.
This commit is contained in:
parent
d79fe1dee0
commit
d6a5eb4666
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ watch(props.hpml.vars, () => {
|
|||
|
||||
<style lang="scss" scoped>
|
||||
.mrdgzndn {
|
||||
padding: 1em;
|
||||
|
||||
&:not(:first-child) {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue