diff --git a/src/Components/App/index.css b/src/Components/App/index.css index 3d97f79a..cb28e6fb 100644 --- a/src/Components/App/index.css +++ b/src/Components/App/index.css @@ -2,23 +2,28 @@ .martin_items { display: flex; flex-direction: column; - width: 100%; - + width: 100vw; } .feature { display: flex; flex-direction: column; - + flex-grow: inherit; + margin: 150px 0 100px 40vh; border: 7px solid #7300FF; - width: 350px; + width: 400px; height: 450px; } +.feature:nth-child(2) { + margin: 150px 0 100px 80vh; +} + + .feature-description{ display: flex; transform: translate(-125px, -80px); - + margin: 0; font-size: 45px; line-height: 55px; font-weight: bold; @@ -30,13 +35,14 @@ h2{ display: flex; - justify-items: baseline; - margin: 0; - width:450px; + width: 40vw; + padding: 0; + margin: 0px; font-size: 35px; line-height: 45px; color: #ffffff; font-weight: normal; + transform: translate(80px, 0px); } .try-it { @@ -44,6 +50,7 @@ h2{ align-items: center; justify-content: center; margin: 120px 100px 40px 100px; + font-size: 30px; font-weight: normal; line-height: 40px; diff --git a/src/Components/Description/DescriptionStyle.js b/src/Components/Description/DescriptionStyle.js index d030974f..a21da409 100644 --- a/src/Components/Description/DescriptionStyle.js +++ b/src/Components/Description/DescriptionStyle.js @@ -5,10 +5,11 @@ export default styled.div` align-items: center; justify-content: center; height: 600px; - width: 80vw; - margin: 20px 0px 0px 30px; + + margin: 0vh 20vh 0 20vh; line-height: 61px; font-size: 50px; font-weight: normal; color: white; -` \ No newline at end of file +` +