Skip to content

Commit

Permalink
Fix overlapping toast message on container
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamilini-GA committed Oct 3, 2023
1 parent b143746 commit ae83c65
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 ae83c65

Please sign in to comment.