diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-25 12:18:02 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-25 12:18:02 +0100 |
commit | 0403f2d5aeb1ce4e67fdbb30b65a728f80c1cc1f (patch) | |
tree | f508775c0b2ad8409a7e48c931ed09358d4a145c /posts | |
parent | f509e410bca55ff04b79b38a73e3751eff848c95 (diff) |
add tag index
Diffstat (limited to 'posts')
-rw-r--r-- | posts/style.scss | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/posts/style.scss b/posts/style.scss index 532f491..b1a363f 100644 --- a/posts/style.scss +++ b/posts/style.scss @@ -17,10 +17,3 @@ // dates with table numerals #posts td:nth-child(1) { font-feature-settings: "tnum"; } -#search { - display: flex; - gap: 6px; - - margin-bottom: 24px; -} -#search input[type=text] { flex-grow: 1; } |