Skip to content

Commit

Permalink
Fixed ready to get started in features link
Browse files Browse the repository at this point in the history
  • Loading branch information
Gleb Lozhkovoy committed Jun 8, 2018
1 parent 176e4fc commit abf4414
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/PromoSection/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default ({}) => (
)

const PromoSection = styled.section`
min-height: 278px;
height: 278px;
background-color: #945dd6;
display: flex;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion src/Subscribe/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default ({}) => (
)

const Subscribe = styled.section`
min-height: 300px;
height: 300px;
overflow-x: hidden;
background-color: #13adc7;
Expand Down
2 changes: 1 addition & 1 deletion src/TopMenu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const Wrapper = styled.div`
const Container = styled.section`
${container};
width: auto;
min-height: ${MIN_HEIGHT + 20}px;
height: ${MIN_HEIGHT + 20}px;
z-index: 3;
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion src/TrySection/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default ({}) => (
)

const TrySection = styled.section`
min-height: 278px;
height: 278px;
background-color: #945dd6;
display: flex;
align-items: center;
Expand Down

0 comments on commit abf4414

Please sign in to comment.