mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-14 23:41:20 +00:00
15 lines
229 B
SCSS
15 lines
229 B
SCSS
|
.list-item {
|
||
|
margin-bottom: 2rem;
|
||
|
&__title {
|
||
|
display: inline-block;
|
||
|
margin-bottom: 0.5rem;
|
||
|
font-size: 1.25em;
|
||
|
}
|
||
|
&__summary {
|
||
|
margin-bottom: 0.5rem;
|
||
|
line-height: 1.5;
|
||
|
}
|
||
|
&__date {
|
||
|
color: var(--ui-text-muted);
|
||
|
}
|
||
|
}
|