Skip to content

Commit

Permalink
Merge pull request #179 from mdrianislam0or1/fix/#149
Browse files Browse the repository at this point in the history
Fix/#149
  • Loading branch information
arodriguezl9302 authored Jul 12, 2022
2 parents 884e0c9 + b1b0197 commit 7de35e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/Home/Home.styled.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import styled from '@emotion/styled';
import { Link } from 'react-router-dom'
import { Link } from 'react-router-dom';

export const Header = styled.div`
background-image: linear-gradient(to bottom, var(--blueheader) 55%, var(--white) 45%);
Expand Down Expand Up @@ -113,7 +113,8 @@ export const Button = styled(Link)`
margin: 56px auto 0;
text-align: center;
text-decoration: none;
font-weight: 500;
font-weight: 600;
font-size: 18px;
@media (max-width: 992px) {
margin: 0 auto;
Expand Down

0 comments on commit 7de35e1

Please sign in to comment.