Merge pull request #194 from webgems/features/search

Add search functionality & tests
This commit is contained in:
wellá
2019-11-12 20:24:19 +01:00
committed by GitHub
12 changed files with 3243 additions and 252 deletions

View File

@@ -2,6 +2,7 @@
.layout
Github
Logo
Search
Sidebar
no-ssr
template(v-if="showNotice")
@@ -118,7 +119,7 @@ h1 {
grid-template-columns: fit-content(200px) auto;
grid-gap: 3rem;
grid-template-areas:
'logo .'
'logo search'
'sidebar content';
max-width: 1200px;
margin: 0 auto;