Skip to content

Commit

Permalink
Change banner style according to width (#12810)
Browse files Browse the repository at this point in the history
  • Loading branch information
hslee2008 committed Jun 3, 2022
1 parent 24e0472 commit 6a547d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/pages/index.module.css
Expand Up @@ -33,13 +33,13 @@ div[class^='announcementBarContent'] a:hover {
}

@media only screen and (max-width: 768px) {
.announcement {
div[class^='announcementBarContent'] {
font-size: 18px;
}
}

@media only screen and (max-width: 500px) {
.announcement {
div[class^='announcementBarContent'] {
font-size: 15px;
line-height: 22px;
padding: 6px 30px;
Expand Down

0 comments on commit 6a547d7

Please sign in to comment.