Commit 58a55251 by Tonk

update style

parent 9a34042c
......@@ -27,7 +27,7 @@ export default class Banner extends React.Component {
fontWeight: "normal"
}}
>
<h2 style={{ color: "#051f61", marginRight: 20 }}>CONNECT</h2>
<h2 style={{ color: "#ffcc01", marginRight: 20 }}>CONNECT</h2>
<h2 style={{ color: "#fff" }}>EVERYTHING !</h2>
</div>
</div>
......
import React from "react";
import WindowDimensions from "components/utils/WindowDimension";
const Card = () => {
return (
<div className="why-card">
......@@ -36,9 +37,9 @@ const WhyUS = ({ isMobileSized }) => {
</p>
<div className="row">
<div className="why-bg" />
{[1, 2, 3].map((item, index) => (
<Card />
<Card />
<Card />
))}
</div>
</div>
);
......
......@@ -43,7 +43,7 @@ body {
color: $primary;
}
.why-card {
width: 348px;
max-width: 348px;
height: 399px;
border-radius: 6px;
box-shadow: 0 52px 85px 0 rgba(0, 0, 0, 0.09);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment