Compare commits
No commits in common. "e051095ce32c3a3ed04ffed5690f9fc875c78420" and "cab5981aaeb6ecbeb8acf6525bcfb964d6db976d" have entirely different histories.
e051095ce3
...
cab5981aae
|
@ -110,7 +110,7 @@ gw-comment-card.collapsed .comment-header-right time { display: none; }
|
|||
|
||||
.comment-header {
|
||||
display: grid;
|
||||
grid-template-columns: 0fr auto 1fr;
|
||||
grid-template-columns: 0fr max-content 1fr;
|
||||
gap: 0.4em;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
@ -136,5 +136,4 @@ gw-comment-card.collapsed .comment-header-right time { display: none; }
|
|||
.commenter-name {
|
||||
font-size: 1.1em;
|
||||
font-weight: 700;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -12,7 +12,7 @@ eleventyComputed:
|
|||
|
||||
<p class="center-text">Guestbook Archive: <a href="https://web.archive.org/web/20240528231121/https%3A%2F%2Fleilukin.123guestbook.com%2F">123Guestbook</a></p>
|
||||
|
||||
<p>Feel free to say hi and connect with me! The comment field supports <a href="https://www.markdownguide.org/basic-syntax/#links">Markdown links</a> and and HTML.</p>
|
||||
<p>Feel free to say hi and connect with me!</p>
|
||||
|
||||
<p>JavaScript is required for this guestbook to function. Special thanks to <a href="https://groundedwren.neocities.org/pages/controls/guestbookDemo">Vera Konigin</a> for this guestbook widget!</p>
|
||||
|
||||
|
|
Loading…
Reference in New Issue