mirror of
https://github.com/welpo/tabi.git
synced 2025-12-17 04:48:44 +01:00
feat(serie): align serie style with article style
As a serie's content can be important in size, it is better to make it look like an article than like a section.
This commit is contained in:
parent
cdaaea5bde
commit
15c0696bfa
4 changed files with 13 additions and 3 deletions
|
|
@ -68,6 +68,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.serielist-title {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
.serielist-container {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 8fr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue