Skip to content

Commit

Permalink
fix: more padding-bottom to footer (#253)
Browse files Browse the repository at this point in the history
* fix: more padding-bottom to footer

* fix: only mobile
  • Loading branch information
ykzts committed Jan 11, 2020
1 parent 08e85af commit bbe6d61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/organisms/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ const Footer: FC = () => {
flex-direction: column;
font-size: 0.85rem;
justify-content: space-between;
padding: 2rem 1rem 0.5rem;
padding: 2rem 1rem 1.5rem;
}
@media (min-width: 960px) {
.footer {
flex-direction: row;
padding-bottom: 0.5rem;
}
}
Expand Down

0 comments on commit bbe6d61

Please sign in to comment.