Skip to content
Snippets Groups Projects
Commit a302a841 authored by Lucy Hao's avatar Lucy Hao :moyai:
Browse files

fix video aspect ratio and pad

parent 470462ff
No related branches found
No related tags found
No related merge requests found
Pipeline #296251 passed
......@@ -8,8 +8,10 @@ const AlternateColors = styled.div`
a {
color: #272727;
}
padding-bottom: 5%;
padding-top: 5%;
`;
export default function PillarsLanding() {
return (
<AlternateColors className={"padded-with-margins" + " landing-page"}>
......@@ -109,11 +111,10 @@ export default function PillarsLanding() {
</p>
<div
style={{
width: "100%",
width: "75vw",
position: "relative",
display: "block",
height: "90vh",
marginBlock: "2%",
height: "42.18vw",
}}
>
<iframe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment