changes based on vince feedback

This commit is contained in:
lvuch 2020-10-28 10:37:00 -07:00
parent c02b94a3fc
commit c74b3f9464
2 changed files with 1 additions and 3 deletions

View File

@ -37,8 +37,6 @@ H6 {
} }
P { P {
// font-size: 1.4em;
line-height: 1.75em;
font-weight: 400; font-weight: 400;
font-style: normal; font-style: normal;
letter-spacing: 0em; letter-spacing: 0em;

View File

@ -76,7 +76,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.child { .child {
margin-right: var(--outline); margin: 0 var(--outline) 0 0;
.label { .label {
grid-area: label; grid-area: label;