Skip to content

Commit

Permalink
Remove margin
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny committed Aug 2, 2019
1 parent 49ea0e8 commit 4178c30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/app/Footer/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
place-content: center;
place-items: center;
}

@media screen and (max-width: 475px){
.glossary-footer {
grid-template-areas:
Expand Down
1 change: 1 addition & 0 deletions src/components/common/Icon/IconWithText/IconWithText.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
align-items: center;
justify-content: center;
font-weight: bold;
margin: 0;
font-size: 1.2em;
}
1 change: 1 addition & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ html, body {
font-family: 'Krub', sans-serif;
font-size: 16px;
margin: 0;
padding: 0;
}

@font-face {
Expand Down

0 comments on commit 4178c30

Please sign in to comment.