Skip to content

Commit

Permalink
Merge pull request #53 from Yamilini-GA/fix/overlapping
Browse files Browse the repository at this point in the history
Fix overlapping toast message on container
  • Loading branch information
surajondev authored Oct 4, 2023
2 parents b143746 + ae83c65 commit a3f27c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function Header() {
return (
<header>
<div className="container ui block header">
<h1 className="tittle">GET WEATHER <span role="img" aria-labelledby="weather">💨</span></h1>
<h1 className="title">GET WEATHER <span role="img" aria-labelledby="weather">💨</span></h1>
</div>
</header>
);
Expand Down
4 changes: 2 additions & 2 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ a:hover {
}

/* TYPOGRAPHY */
.tittle {
.title {
font-size: 2.5rem;
font-weight: 20px;
padding-left: 7rem;
padding-left: 0.6rem;
}

h2 {
Expand Down

0 comments on commit a3f27c7

Please sign in to comment.