Reset line height

This commit is contained in:
Mutasem 2021-08-02 23:31:52 +02:00
parent 93c6b237ed
commit 5050ab0d39

View file

@ -117,6 +117,7 @@ export default mixins(
<style scoped lang="scss"> <style scoped lang="scss">
.editor-description { .editor-description {
line-height: 1.5;
font-weight: bold; font-weight: bold;
padding: 0 0 0.5em 0.2em;; padding: 0 0 0.5em 0.2em;;
} }
@ -158,12 +159,14 @@ export default mixins(
.headline { .headline {
font-size: 1.35em; font-size: 1.35em;
font-weight: 600; font-weight: 600;
line-height: 1.5;
} }
.sub-headline { .sub-headline {
font-weight: 600; font-weight: 600;
font-size: 1.1em; font-size: 1.1em;
text-align: center; text-align: center;
line-height: 1.5;
padding-top: 1.5em; padding-top: 1.5em;
color: $--color-primary; color: $--color-primary;
} }