diff --git a/src/css/vocabulary.css b/src/css/vocabulary.css index ffb0c59..ca3c56d 100644 --- a/src/css/vocabulary.css +++ b/src/css/vocabulary.css @@ -1949,11 +1949,32 @@ body > footer .license svg { main > header:before { left: 0; } + .search-index main > header:before { + left: 0; + } + + .search-index main > header { + padding: 3.7em 1em; + } + + .search-index .search-form form { + display: flex; + width: 100%; + } + + .search-index .search-form form button { + width: 20%; + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; + } .posts article figure { width: 100%; flex: initial; } + .posts .post{ + margin: 0 var(--vocabulary-page-edges-space); + } .team-index main > header { padding: 0 5%;