feat: various markup improvements for semantic
This commit is contained in:
parent
3caeff19bc
commit
f286523455
9 changed files with 81 additions and 46 deletions
|
@ -1,4 +1,4 @@
|
|||
.posts-list-item {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr auto;
|
||||
grid-template-columns: auto auto;
|
||||
}
|
||||
|
|
|
@ -29,3 +29,7 @@
|
|||
.line-height-l {
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
|
||||
.line-height-xl {
|
||||
line-height: 2rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue