mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-28 19:43:31 +08:00
Fix Categories widget shadow missing at top-left
Add .subsection-list { .article-list--tile { padding-top: 8px; padding-left: 8px; } }
This commit is contained in:
parent
839fbd0ecb
commit
ec2630d48c
@ -51,6 +51,8 @@
|
|||||||
.article-list--tile {
|
.article-list--tile {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
|
padding-top: 8px;
|
||||||
|
padding-left: 8px;
|
||||||
|
|
||||||
article {
|
article {
|
||||||
width: 250px;
|
width: 250px;
|
||||||
|
Loading…
Reference in New Issue
Block a user