Skip to content

Commit 344f305

Browse files
committed
Changed group image and header text
1 parent fddd8f9 commit 344f305

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/images/img/startups/group.png

-4.73 MB
Loading

src/pages/startups.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ const team = require('../images/img/startups/bytecode-team.jpg');
2222
const Header = styled.header`
2323
min-height: 100vh;
2424
max-height: 20rem;
25-
margin-top: 11em;
26-
@media screen and (min-width: 400px) {
27-
margin-top: 5em;
28-
}
25+
margin-top: 5em;
2926
`;
3027

3128
const HeaderContainer = styled(Container)`

0 commit comments

Comments
 (0)