mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-14 23:41:20 +00:00
19 lines
252 B
SCSS
19 lines
252 B
SCSS
.list .container {
|
|
|
|
}
|
|
|
|
.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);
|
|
}
|
|
} |