Skip to content

Commit

Permalink
changed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardomcv committed Jul 19, 2020
1 parent 231e8b1 commit 3aa1e64
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/components/Header/Header.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
.header {
display: flex;
align-items: center;
justify-content: center;
height: 5rem;
background-color:#354552;
display: flex;
align-items: center;
justify-content: center;
height: 5rem;
background-color:#354552;
}

.heading {
font-size: 2rem;
font-weight: 400;
color: white;
font-size: 2rem;
font-weight: 400;
color: white;
}

0 comments on commit 3aa1e64

Please sign in to comment.