diff --git a/static/style.css b/static/style.css index df726bc..950a07a 100644 --- a/static/style.css +++ b/static/style.css @@ -121,6 +121,9 @@ /* ── Form group modifiers ────────────────────────────────────────── */ .lt-form-group--last { margin-bottom: 0; } +/* ── Search input size variant ───────────────────────────────────── */ +.lt-search-input--sm { width: 180px; } + /* ── Divider compact variant ─────────────────────────────────────── */ .lt-divider--compact { margin: 1rem 0 0.75rem; } diff --git a/templates/index.html b/templates/index.html index c03bbad..7120eb0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -31,32 +31,32 @@