Skip to content

Commit

Permalink
added AI_Chatbot
Browse files Browse the repository at this point in the history
  • Loading branch information
eiva078 committed May 31, 2024
1 parent 0b8aa49 commit e09c907
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/Chatbot/chatbot.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useEffect } from 'react';
import { Helmet } from 'react-helmet';
import './stylr.css';
import './style.css';

const Chatbot = () => {
useEffect(() => {
Expand All @@ -23,7 +23,7 @@ const Chatbot = () => {
return (
<div>
<Helmet>
<link rel="stylesheet" href="stylr.css" />
<link rel="stylesheet" href="style.css" />
</Helmet>
</div>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
bottom: 5px;
border: 1px;
}
/* Responsive design rules for devices with width less than or equal to 767px */
/* Responsive design rules for devices with width less than or equal to 450px */
@media(max-width:450px) {
.bpw-layout {
width: 100% !important;
Expand Down

0 comments on commit e09c907

Please sign in to comment.