Skip to content

Commit

Permalink
Improve style for wide screens (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
padenot authored Nov 20, 2024
1 parent 8f6fae9 commit 90f36a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,10 @@
h1 img { max-height: 0.83333333em; width: auto; }
mark { background-color: var(--highlight-bg-color); color: var(--highlight-color); padding: 0.5em; margin: -0.5em; line-height: 2; box-decoration-break: clone; }
:any-link { color: var(--link-color); padding: 0.25rem 0; }
table { margin: 0 auto 2em; padding: 3em; max-width: 60em; }
table :any-link { text-decoration: none; }
table :any-link:hover { text-decoration: underline; }
search { margin: 0 auto 2em; padding: 3em; max-width: 60em; }

search label { display: flex; gap: 1em; }
input[name="search"] { width: 100%; margin-right: 5em; border: 1px solid gray; border-radius: 3px; background-color: var(--input-bg-color); color: var(--input-color); }
Expand Down

0 comments on commit 90f36a0

Please sign in to comment.