Skip to content

Commit

Permalink
Merge branch 'reactplay:main' into issue-568_content_overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
yash91989201 committed Oct 1, 2022
2 parents cbe84e2 + f24a62e commit a5e1ccf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/activities/hackathon/HackathonBanner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function HackathonBanner() {
<span className="text-lg md:text-xl lg:text-2xl">ReactPlay Presents</span>
<h1 className=" uppercase text-5xl md:text-6xl lg:text-8xl font-bold text-cyan-300 text-center lg:text-left">
<span className="sr-only">HACK-R-PLAY</span>
<img src={HRPLogo} className="w-64 lg:w-auto ml-auto mr-auto lg:ml-0 lg:mr-0 lg:inline-block" />
<img src={HRPLogo} className="w-10/12 md:w-64 lg:w-auto ml-auto mr-auto lg:ml-0 lg:mr-0 lg:inline-block" />
</h1>
<div className="my-2 md:my-4 md:text-xl">
<p className="text-2xl font-bold mt-8 mb-4 text-center lg:text-left">Developers and Hacking are inseparable!</p>
Expand Down
7 changes: 7 additions & 0 deletions src/common/activities/hackathon/hackathonBanner.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@
flex-wrap: wrap;
}
}

@media screen and (max-width: 576px) {
.app-home-body .body-c2a.body-c2a-hackathon {
justify-content: center;
flex-wrap: wrap;
}
}

0 comments on commit a5e1ccf

Please sign in to comment.