increase line height of chinese text

This commit is contained in:
imohkay 2021-10-27 20:39:17 +05:30
commit 9ffb421ba3
2 changed files with 11 additions and 13 deletions

View file

@ -50,13 +50,9 @@
}
}
//.about-phantasma-block {
//@media screen and (min-width: 800px) {
//background: rgba(255, 255, 255, 0.04);
//padding: var(--spacing-2);
//}
//}
.about-phantasma-block--zh, .col--bios-zh {
line-height: 1.3;
}
.accordion-checkbox {
position: absolute;
@ -69,6 +65,7 @@
}
.accordion-title {
font-weight: 700;
margin: var(--spacing-2) 0;
padding: 0 0 calc(var(--spacing) / 2) 0;
cursor: pointer;