Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
fix(Footer): DO logo margin only on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Oct 6, 2018
1 parent 304acc8 commit 6039ecb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,10 @@ const Footer = ({
<div>
<div
css={{
'& .gatsby-resp-image-wrapper': {
margin: `0 !important`,
[media.greaterThan(`medium`)]: {
'& .gatsby-resp-image-wrapper': {
margin: `0 !important`,
},
},
'& .gatsby-resp-image-background-image': {
backgroundImage: `none !important`,
Expand Down

0 comments on commit 6039ecb

Please sign in to comment.