move learn-more arrow to same line as summary

This commit is contained in:
2025-03-21 23:28:49 +01:00
parent c3fe0986d1
commit 4fe8841207
2 changed files with 6 additions and 2 deletions

View File

@@ -233,6 +233,10 @@ html, body {
.blog-summary {
padding-bottom: 1em;
p:last-of-type {
display: inline;
}
}
/* Learn more link */