diff --git a/components/header/header.vue b/components/header/header.vue index 94907b9..26568a1 100644 --- a/components/header/header.vue +++ b/components/header/header.vue @@ -218,6 +218,7 @@ async function logout() { box-shadow: inset 0 0 3px var(--shadow-weak-40); .input { + width: 14rem; padding: .5rem 0 .5rem 1rem; border: none; margin: 0; @@ -317,4 +318,16 @@ async function logout() { fill: var(--error); } } + +@media(--small) { + .search .input { + width: 10rem; + } +} + +@media(--small-10) { + .nav-list { + display: none; + } +} diff --git a/components/pagination/pagination.vue b/components/pagination/pagination.vue index 72cf3d1..d7b6885 100644 --- a/components/pagination/pagination.vue +++ b/components/pagination/pagination.vue @@ -3,7 +3,7 @@
Results are truncated, apply a filter to find more.
+ >Can't find what you're looking for? Narrow down the results using a filter.