diff --git a/components/Search.module.css b/components/Search.module.css index cdaa976..c435108 100644 --- a/components/Search.module.css +++ b/components/Search.module.css @@ -14,5 +14,6 @@ @media only screen and (max-width: 520px) { .search { width: 100%; + text-align: center; } }