Fix footer width ob md+ screens

This commit is contained in:
Alexander Deshkevich
2023-10-16 16:35:33 -03:00
parent 66f2e549ce
commit 0306f8ec65

View File

@@ -192,7 +192,7 @@ export default function Conversation() {
</div>
)}
</div>
<p className="w-[100vw] self-center bg-white p-5 text-center text-xs text-gray-2000">
<p className="w-[100vw] self-center bg-white p-5 text-center text-xs text-gray-2000 md:w-full">
This is a chatbot that uses the GPT-3, Faiss and LangChain to answer
questions.
</p>