Skip to content

Commit

Permalink
Fix/padding announcement bar (#466)
Browse files Browse the repository at this point in the history
* paddig to the announcment bar

* Revert "paddig to the announcment bar"

This reverts commit 83eb3c4.

* fixes announcment bar padding

---------

Co-authored-by: itsyashk1406 <[email protected]>
  • Loading branch information
itsyashk1406 and itsyashk1406 committed Oct 15, 2023
1 parent 3f8f84e commit 233acca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ div[class^="announcementBar_"] {
rgba(145, 227, 226, 1) 99%
);
font-weight: bold;
font-size: 1.34rem;
font-size: 1.45rem;
padding:1.45em;
}

.red > a {
Expand Down

0 comments on commit 233acca

Please sign in to comment.