Spacing in overlaps, sizing of comments

This commit is contained in:
Lewis Dale 2023-02-25 22:25:53 +00:00
parent 4eea41efbc
commit 3adc37a746
3 changed files with 3 additions and 2 deletions

View File

@ -51,7 +51,7 @@ eleventyComputed:
<ol class="stack-md">
{% for reply in post.comments.reply | reverse %}
<li class="sidebar items-center justify-between">
<li class="sidebar items-center">
<a href="{{ like.author.url }}" class="self-start" rel="noreferrer" target="_blank">
<img src="{{ reply.author.avatars["96"] }}" alt="{{ reply.author.name }}" class="max-w-[4rem] box" />
</a>

View File

@ -1,5 +1,6 @@
.overlaps {
gap: 0;
row-gap: var(--space-size-2xs);
max-width: 30rem;
padding-left: 1rem;

View File

@ -74,7 +74,7 @@ footer {
aside {
background-color: var(--color-slate-800);
border: 5px solid var(--color-coolGray-600);
border: 5px solid var(--color-slate-600);
border-radius: 10px;
height: fit-content;
max-width: 50ch;