diff --git a/frontend/pages/functions.js b/frontend/pages/functions.js index 0bad4d2..324adb7 100644 --- a/frontend/pages/functions.js +++ b/frontend/pages/functions.js @@ -18,7 +18,7 @@ const Functions = () => (
- {/* TODO: API Call to fetch categories */} diff --git a/frontend/public/css/pages/functions.css b/frontend/public/css/pages/functions.css index d249d58..44cd0fc 100644 --- a/frontend/public/css/pages/functions.css +++ b/frontend/public/css/pages/functions.css @@ -10,5 +10,19 @@ color: rgb(221, 220, 220); } .Functions__search-input { - width: 35%; + width: 40%; +} +/* col-sm */ +@media (max-width: 576px) { + .Functions__search-container { + flex-direction: column; + align-items: center; + } + .Functions__select { + width: 90%; + margin-bottom: 5px; + } + .Functions__search-input { + width: 90%; + } } \ No newline at end of file