File tree Expand file tree Collapse file tree
src/components/Landing/LandingSection Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ import styled from 'styled-components';
22
33export const SectionOne = styled . section `
44 margin-top: 5rem;
5- margin-bottom: 5em ;
5+ margin-bottom: 4em ;
66 text-align: center;
7- display: grid;
8- justify-content : center;
7+ display: grid;
8+ justify-items : center;
99` ;
1010
1111export const CardContainer = styled . div `
12- display: grid ;
13- grid-template-columns: repeat(3, minmax(0, 1fr)) ;
14- justify-content: start ;
12+ display: flex ;
13+ justify-content: center ;
14+ flex-wrap: wrap ;
1515 gap: 1rem;
1616 padding: 1rem;
1717` ;
@@ -23,6 +23,7 @@ export const Card = styled.div`
2323 border-style: none;
2424 text-align: center;
2525 align-items: center;
26+ width: 22em;
2627` ;
2728
2829export const ImageHeader = styled . img `
@@ -45,7 +46,7 @@ export const SectionTwo = styled.section`
4546
4647export const Div2 = styled . div `
4748 display: flex;
48- padding: 0.5rem 0rem ;
49+ flex-wrap: wrap ;
4950 justify-content: center;
5051 align-items: center;
5152 gap: 4rem;
You can’t perform that action at this time.
0 commit comments