Skip to content

Commit

Permalink
fixing rendering of header
Browse files Browse the repository at this point in the history
  • Loading branch information
iAmServerless committed Jul 6, 2020
1 parent ec18c8c commit ae80822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/header.js
Expand Up @@ -29,6 +29,7 @@ function Header() {
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
align-items: center;
min-height: 400px;
width:100%;
transition: background-image 1s ease-in-out;
}
.title {
Expand Down

0 comments on commit ae80822

Please sign in to comment.