mirror of https://gitlab.com/curben/blog
fix(css): increase front-page 'recent posts' & 'tags' font-size
- especially on tablet
This commit is contained in:
parent
520cafa35c
commit
ffa9a39ca8
|
@ -159,6 +159,7 @@ ul {
|
|||
}
|
||||
|
||||
ul.index-list {
|
||||
font-size: 1.1em;
|
||||
list-style: disc;
|
||||
}
|
||||
|
||||
|
|
|
@ -626,6 +626,7 @@ ul {
|
|||
}
|
||||
|
||||
ul.index-list {
|
||||
font-size: 1.1em;
|
||||
list-style: disc;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue