diff options
Diffstat (limited to 'html/style.css')
| -rw-r--r-- | html/style.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/html/style.css b/html/style.css index 3488621..8e366ab 100644 --- a/html/style.css +++ b/html/style.css @@ -156,6 +156,22 @@ h1, h2 { } } } + + form { + #searchbar { + display: flex; + width: 100%; + + input[type="text"] { + flex-grow: 1; + margin-right: 5px; + } + } + .split5050 { + float: left; + margin-right: 15px; + } + } } .center-text { |
