Skip to content

Commit 07834c4

Browse files
author
Tiko
committed
small fixes to thumbnail margin'
1 parent 72be07a commit 07834c4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/containers/Thumbnails/Thumbnail.components.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const ThumbnailContainer = styled.div`
1515
background-color: #080808;
1616
}
1717
@media (${mediaQueryMin.md}) {
18-
margin: 0 0.5em 3rem;
18+
margin: 0 0.5em 0rem;
1919
width: 100%;
2020
}
2121
`;

src/styles/global-css.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { reset, debug } from 'styled-components-style-utils';
2-
32
import { css, createGlobalStyle } from 'styled-components';
43
import theme from './theme';
54
import textScaler from './textScaler';

0 commit comments

Comments
 (0)