increase line height of chinese text
This commit is contained in:
parent
cf1bcbdda8
commit
9ffb421ba3
2 changed files with 11 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue