Merge pull request #624 from krabbi/fix_footer_width

[FE]Fix footer width ob md+ screens
pull/400/head
Alex 9 months ago committed by GitHub
commit e69fab822b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>

Loading…
Cancel
Save