Skip to content

Commit

Permalink
adjusted the bg-color
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderful-coyote committed Nov 6, 2023
1 parent a94c8b7 commit 8b90a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awesome-oss-docs/src/component/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { BsDiscord, BsGithub, BsTwitter, BsYoutube } from 'react-icons/bs';

const Header = () => {
return (
<div className="bg-blue-700 p-4 md:p-8 lg:p-12">
<div className="bg-bgColor p-4 md:p-8 lg:p-12">
<div className="container mx-auto">
<div className="flex items-center justify-between">
<div className="text-4xl md:text-5xl lg:text-6xl text-white font-bold">
Expand Down

0 comments on commit 8b90a10

Please sign in to comment.