diff --git a/app/forms.py b/app/forms.py index ab0c1f7..f17c444 100644 --- a/app/forms.py +++ b/app/forms.py @@ -10,7 +10,7 @@ class Meta: widgets = { "query": forms.TextInput( attrs={ - "class": "w-1/2 border-0 rounded-full p-2 pl-3 pl-r ring-1 ring-inset ring-gray-500 focus:ring-purple-500 hover:ring-purple-500 placeholder:text-gray-400 focus:ring-2 focus:ring-inset", + "class": "sm:w-1/2 w-full border-0 rounded-full p-2 pl-3 pl-r ring-1 ring-inset ring-gray-500 focus:ring-purple-500 hover:ring-purple-500 placeholder:text-gray-400 focus:ring-2 focus:ring-inset", "required": "true", "placeholder": "Search...", } diff --git a/app/templates/app/components/footer.html b/app/templates/app/components/footer.html index d491729..48c6735 100644 --- a/app/templates/app/components/footer.html +++ b/app/templates/app/components/footer.html @@ -1,7 +1,13 @@ -