add search to the home page. (#421)

This commit is contained in:
Pete Lumbis 2023-05-12 16:02:03 -04:00 committed by GitHub
parent 7e0181b2bd
commit fb5c5a8ea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 2 deletions

View File

@ -20,6 +20,13 @@
color: var(--body-font-color);
}
@include media-breakpoint-up(lg) {
.home-search {
display: flex !important;
}
}
.list-group-item {
border-color: var(--dropdown-border-color);
background: var(--body-background);

View File

@ -8,8 +8,16 @@
(dict "Contributing Guide" "/img/multi-crane.svg")
}}
<div class="container-fluid py-5 bd-content" id="home">
<div class="row mx-5 justify-content-evenly my-5">
<div class="mx-5 home-search">
<div class="mx-4">
{{ partialCached "search-button" . }}
</div>
</div>
<div class="container-fluid pb-5 bd-content" id="home">
<div class="row mx-5 justify-content-evenly mb-5 mt-2">
{{ $thisSite := .Site }}
{{ $version_section := slice }}