Skip to content

Commit 4a03bc0

Browse files
Merge pull request #27 from austincondiff/dev
Optimized hero images
2 parents d86db37 + fcfec4a commit 4a03bc0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

components/pages/home/HeroImage.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ const ColorFlair3 = styled(ColorFlair)`
122122
`;
123123
const StyledHardwareLockup = styled(HardwareLockup)`
124124
margin-top: -45%;
125-
margin-left: -100px;
126-
margin-right: -100px;
125+
margin-left: -112px;
126+
margin-right: -112px;
127127
@media ${mediaQueries.md} {
128128
margin-top: -37%;
129129
margin-left: 0;

public/codeedit-window-dark.png

-251 KB
Loading

public/codeedit-window-light.png

-252 KB
Loading

0 commit comments

Comments
 (0)