We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e97bdc commit ffcb869Copy full SHA for ffcb869
2 files changed
assets/css/custom.css
@@ -215,6 +215,15 @@ code {
215
padding: 1rem;
216
}
217
218
+.calendar-list .calendar {
219
+ padding-bottom: 1rem;
220
+}
221
+
222
+.calendar-list .calendar:last-of-type {
223
+ padding-bottom: 0rem;
224
225
226
227
.calendar-list .calendar-copy {
228
height: 1rem;
229
cursor: pointer;
layouts/partials/post_meta/author.html
@@ -1,6 +1,5 @@
1
{{- if isset .Params "author" -}}
2
<div class="meta__item-author meta__item">
3
- {{ partial "svg/author.svg" (dict "class" "meta__icon") -}}
4
<span class="meta__text">{{ .Params.author }}</span>
5
</div>
6
{{- end -}}
0 commit comments