Skip to content

Commit

Permalink
fix: applied font-families and colors in modal
Browse files Browse the repository at this point in the history
  • Loading branch information
MahendraDani committed Oct 22, 2023
1 parent 436648b commit e118422
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/components/Banners/Milaninfobanner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ const Milaninfobanner = () => {
AOS.refresh();
}, []);

console.log("WTF is wrong bro");

return (
<div className="container mib_mainparent">
<div className="mib_collab_parent">
Expand Down
8 changes: 5 additions & 3 deletions src/components/Footer/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,20 @@
}

.reportModalHeader > h1 {
font-family: Montserrat, sans-serif;
color: #4e4e4e;
font-family: "Inter";
color: #28183b;
font-size: 1.5rem;
font-weight: 600;
}

.reportModal > h2 {
color: #4e4e4e;
font-family: "Poppins";
color: #28183b;
font-size: 0.9rem;
}

#reportForm {
font-family: "Poppins";
padding: 0;
}

Expand Down

0 comments on commit e118422

Please sign in to comment.