Compare commits

...

2 Commits

Author SHA1 Message Date
a98006f918 Fix buttonContainer issue 2025-01-24 15:35:43 -06:00
8bbb071a34 Update README 2025-01-24 14:28:40 -06:00
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ My blog, originally based on the very helpful eleventy-base-blog v8, although it
### Fediverse Integration ### Fediverse Integration
* Mastodon [toot embedding](https://upchur.ch/gitea/n_u/nathanupchurch.com/wiki/Home#embed-a-toot-from-mastodon-using-the-toot-shortcode) * Mastodon [toot embedding](https://upchur.ch/gitea/n_u/nathanupchurch.com/wiki/Home#embed-a-toot-from-mastodon-using-the-toot-shortcode)
* [Commenting](https://upchur.ch/gitea/n_u/nathanupchurch.com/wiki/Home#adding-comments-via-mastodon) via Mastodon * Link to post discussion on Mastodon
### Indieweb ### Indieweb
* [Auto-generated linktree-style page](https://upchur.ch/gitea/n_u/nathanupchurch.com/wiki#me) for the blog owner with support for custom attributes such as: `rel="me"` * [Auto-generated linktree-style page](https://upchur.ch/gitea/n_u/nathanupchurch.com/wiki#me) for the blog owner with support for custom attributes such as: `rel="me"`

View File

@ -228,7 +228,7 @@ button {
} }
.buttonContainer { .buttonContainer {
display: flex; display: flex;
flex-flow: row nowrap; flex-flow: row wrap;
column-gap: var(--space-xs); column-gap: var(--space-xs);
margin-bottom: var(--space-m); margin-bottom: var(--space-m);
button { button {