Merge pull request #194 from webgems/features/search
Add search functionality & tests
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user