generated from Seekra/repository-template
Update search bar width at the start page
This commit is contained in:
@@ -39,7 +39,7 @@ const submitSearch = function () {
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="search-container">
|
<div class="search-container">
|
||||||
<Searchbar v-model="searchQuery" ref="searchbar" auto-submit />
|
<Searchbar v-model="searchQuery" ref="searchbar" class="search-bar" auto-submit />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -80,4 +80,10 @@ const submitSearch = function () {
|
|||||||
width: 70%;
|
width: 70%;
|
||||||
max-width: 624px;
|
max-width: 624px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 67.5rem) {
|
||||||
|
.search-container {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user