diff options
author | dweller <dweller@cabin.digital> | 2024-02-26 15:03:08 +0200 |
---|---|---|
committer | dweller <dweller@cabin.digital> | 2024-02-26 15:03:08 +0200 |
commit | 928f6c4c70ac85b34216fb30bb5adf873e316080 (patch) | |
tree | 0f3fb7dede447ddb607dbf0f11a77f9332db02c3 /style/search.css | |
parent | 36d138c406e0e8974da979f9af2414b1f99b3131 (diff) |
further CSS fixing (and some DOM)
Diffstat (limited to '')
-rw-r--r-- | style/search.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/style/search.css b/style/search.css index 73ed99c..eeb1e84 100644 --- a/style/search.css +++ b/style/search.css @@ -109,6 +109,8 @@ { flex-grow: 1; margin: 0 5%; + + width: min(100% - 3rem, 90%); } #results > p |