From cd3ca9fcbbdde6d4fe03289d7945039101fee0d4 Mon Sep 17 00:00:00 2001 From: a Date: Sun, 28 May 2023 22:40:24 -0500 Subject: [PATCH] stuff --- assets/styles/features/search.scss | 21 ++++++++++----- content/_dump/hackerwars.38.md | 4 +++ content/sitemap/_index.md | 3 +++ layouts/_default/list.html | 2 +- layouts/sitemap/list.html | 41 ++++++++++++++++++++++++++++++ 5 files changed, 63 insertions(+), 8 deletions(-) create mode 100644 content/sitemap/_index.md create mode 100644 layouts/sitemap/list.html diff --git a/assets/styles/features/search.scss b/assets/styles/features/search.scss index d78aafa..a8080e3 100644 --- a/assets/styles/features/search.scss +++ b/assets/styles/features/search.scss @@ -36,10 +36,11 @@ } #search-form { - display: flex; - justify-content: center; - align-items: center; - max-inline-size: 100%; + width: 100%; + max-width: 18rem; + display: grid; + grid-template-columns: 20ch 8ch; + gap: 1rem; } #search-input { @@ -48,10 +49,13 @@ border-radius: 100rem; border: 0; padding: 0.5rem 1rem; - margin-inline-end: 0.5rem; - flex-shrink: 1; - block-size: 2rem; box-sizing: border-box; + resize: horizontal; + width: 100%; + grid-column: 1; + block-size: 2rem; + line-height: 1rem; + font-size: 0.75rem; } #search-submit { @@ -60,5 +64,8 @@ background: var(--primary-accent); color: var(--primary-accent-text); border-radius: 4px; + grid-column: 2; block-size: 2rem; + line-height: 1rem; + font-size: 0.75rem; } \ No newline at end of file diff --git a/content/_dump/hackerwars.38.md b/content/_dump/hackerwars.38.md index b084066..67a1cd3 100644 --- a/content/_dump/hackerwars.38.md +++ b/content/_dump/hackerwars.38.md @@ -1,3 +1,7 @@ ++++ +draft = true ++++ + ## puzzles The First Puzzle: diff --git a/content/sitemap/_index.md b/content/sitemap/_index.md new file mode 100644 index 0000000..437bee0 --- /dev/null +++ b/content/sitemap/_index.md @@ -0,0 +1,3 @@ ++++ +title = "sitemap" ++++ \ No newline at end of file diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 10ac803..c1943ab 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -16,7 +16,7 @@