refactor: more dv to em
This commit is contained in:
parent
9a2fe8fb37
commit
5cdeb36200
1 changed files with 3 additions and 3 deletions
|
@ -188,12 +188,12 @@ function getDayDifference(date1: Date, date2: Date) {
|
||||||
|
|
||||||
<style module>
|
<style module>
|
||||||
.message-text ul, h1, h2, h3, h4, h5, h6 {
|
.message-text ul, h1, h2, h3, h4, h5, h6 {
|
||||||
padding-top: 1dvh;
|
padding-top: .5em;
|
||||||
padding-bottom: 1dvh;
|
padding-bottom: .5em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-text ul {
|
.message-text ul {
|
||||||
padding-left: 2dvw;
|
padding-left: 1em;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue