changed list style

This commit is contained in:
2025-11-07 21:06:02 +01:00
parent 455eb8fede
commit 78e8581e52
2 changed files with 5 additions and 7 deletions
+2
View File
@@ -4,6 +4,7 @@
<ul>
{{ range .Pages }}
<hr>
<div class="blogpost">
<div class="blogpost-content">
<a class="blogpost-title" href="{{ .RelPermalink }}">{{ .Title }}</a>
@@ -15,6 +16,7 @@
</div>
</div>
<hr>
{{ end }}
</ul>
+3 -7
View File
@@ -191,14 +191,11 @@ img {
/* ---------- Blogpost box Styling ---------- */
.blogpost {
margin-top: 1rem;
margin-bottom: 2rem;
margin-top: -0.5rem;
margin-bottom: -0.5rem;
padding: 1rem;
padding-left: 15px;
background-color: var(--color-accent);
border: 1.5px solid;
border-color: var(--color-secondary);
border-radius: 20px;
}
.blogpost-content {
@@ -206,12 +203,11 @@ img {
justify-content: space-between;
margin: 10px 0;
padding-left: 5px;
padding-right: 5px;
}
.blogpost-title {
font-weight: bold;
font-size: 18pt;
font-size: 16pt;
margin-right: 10px;
}