feat: update posts layout
This commit is contained in:
parent
ba4cb202e9
commit
c91588b5a3
4 changed files with 28 additions and 35 deletions
|
@ -7,9 +7,25 @@
|
|||
}
|
||||
|
||||
.font-size-l {
|
||||
font-size: 2rem;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.font-size-xl {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
.font-size-2xl {
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
.line-height-s {
|
||||
line-height: 0.8rem;
|
||||
}
|
||||
|
||||
.line-height-m {
|
||||
line-height: 1.125rem;
|
||||
}
|
||||
|
||||
.line-height-l {
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue