Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dartpain committed Nov 1, 2023
1 parent 9f7c918 commit 2d20208
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/conversation/Conversation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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-595959 md:w-full">
<p className="text-gray-595959 w-[100vw] self-center bg-white p-5 text-center text-xs md:w-full">
This is a chatbot that uses the GPT-3, Faiss and LangChain to answer
questions.
</p>
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ template {

/* third container laylout for Firefox */
@-moz-document url-prefix() {
.firefox{
.firefox {
padding: 32px;
}
}
Expand All @@ -377,4 +377,4 @@ template {
.firefox {
padding: 16px;
}
}
}

0 comments on commit 2d20208

Please sign in to comment.