File tree Expand file tree Collapse file tree 2 files changed +133
-94
lines changed
Expand file tree Collapse file tree 2 files changed +133
-94
lines changed Original file line number Diff line number Diff line change 1- /* Media Query
2- @media only screen and (min-width: 1025px) and (max-width: 1440px) {
3- body {
4- width: 100vw;
5- }
6-
7- header {
8- padding: 1rem 10rem;
9- }
10-
11- #hero {
12- padding: 0rem 10rem;
13- height: 107vh;
14- }
15-
16- #hero h1 {
17- font-size: 3rem;
18- width: 50%;
19- margin-top: 15vh;
20- }
21-
22- #hero p {
23- margin-top: -11%;
24- width: 23%;
25- }
26-
27- #hero a {
28- margin-top: -3%;
29- }
30-
31- #image {
32- width: 40vw;
33- margin-top: 5%;
34- margin-left: 50vw;
35- }
36-
37- #idea {
38- position: absolute;
39- width: 5vw;
40- margin-top: -13vh;
41- margin-left: 13vw;
42- }
43-
44- #idea p {
45- margin-top: -0.4vh;
46- font-size: 1rem;
47- width: 10vw;
48- }
49-
50- #valuation {
51- position: absolute;
52- width: 5vw;
53- margin-top: 7vh;
54- margin-left: 24.5vw;
55- }
56-
57- #invest {
58- position: absolute;
59- width: 5vw;
60- margin-top: 40vh;
61- }
62-
63- #invest p {
64- margin-top: -15vh;
65- font-size: 1rem;
66- width: 7.5vw;
67- }
68-
69- #implement {
70- position: absolute;
71- width: 5vw;
72- margin-top: 42vh;
73- }
74-
75- #implement p {
76- margin-top: -15vh;
77- font-size: 1rem;
78- width: 9vw;
79- }
80-
81- #growth p {
82- font-size: 1rem;
83- width: 6vw;
84- margin-top: 2%;
85- }
86-
87- #valuation p {
88- font-size: 1rem;
89- width: 7vw;
90- }
91- }
92-
1+ /* Media Query */
2+ /* @media (min-width: 1400px) {
3+ body {
4+ width: 100vw;
5+ margin: 0 auto;
6+ padding: auto;
7+ }
8+
9+ header {
10+ padding: 1rem 10rem;
11+ }
12+
13+ #hero {
14+ padding: 0rem 10rem;
15+ height: 107vh;
16+ }
17+
18+ #hero h1 {
19+ font-size: 3rem;
20+ width: 50%;
21+ margin-top: 15vh;
22+ }
23+
24+ #hero p {
25+ margin-top: -11%;
26+ width: 23%;
27+ }
28+
29+ #hero a {
30+ margin-top: -3%;
31+ }
32+
33+ #image {
34+ width: 40vw;
35+ margin-top: 5%;
36+ margin-left: 50vw;
37+ }
38+
39+ #idea {
40+ position: absolute;
41+ width: 5vw;
42+ margin-top: -13vh;
43+ margin-left: 13vw;
44+ }
45+
46+ #idea p {
47+ margin-top: -0.4vh;
48+ font-size: 1rem;
49+ width: 10vw;
50+ }
51+
52+ #valuation {
53+ position: absolute;
54+ width: 5vw;
55+ margin-top: 7vh;
56+ margin-left: 24.5vw;
57+ }
58+
59+ #invest {
60+ position: absolute;
61+ width: 5vw;
62+ margin-top: 40vh;
63+ }
64+
65+ #invest p {
66+ margin-top: -15vh;
67+ font-size: 1rem;
68+ width: 7.5vw;
69+ }
70+
71+ #implement {
72+ position: absolute;
73+ width: 5vw;
74+ margin-top: 42vh;
75+ }
76+
77+ #implement p {
78+ margin-top: -15vh;
79+ font-size: 1rem;
80+ width: 9vw;
81+ }
82+
83+ #growth p {
84+ font-size: 1rem;
85+ width: 6vw;
86+ margin-top: 2%;
87+ }
88+
89+ #valuation p {
90+ font-size: 1rem;
91+ width: 7vw;
92+ }
93+
94+ #partners {
95+ align-items: center;
96+ gap: 5.5px;
97+ }
98+
99+ #about-seedpod {
100+ align-items: center;
101+ width: 90vw;
102+ margin: 0 auto;
103+ }
104+
105+ #card {
106+ margin: 0px 80px 0px 0px;
107+ }
108+
109+ #card .about-card {
110+ align-items: center;
111+ justify-content: center;
112+ width: 24rem;
113+ height: 405px;
114+ }
115+
116+ #features {
117+ margin-bottom: 100px;
118+ padding-right: 180px;
119+ align-items: center;
120+ }
121+ } */
122+
123+
124+
125+
126+ /*
93127@media only screen and (min-width: 1441px) and (aspect-ratio: 16/9) {
94128 header {
95129 padding: 1rem 10rem;
177211 }
178212} */
179213
180- /* @media only screen and (min-width: 1920px) and (aspect-ratio: 16/9) {
214+ /* @media only screen and (min-width: 1920px) and (aspect-ratio: 16/9) {
181215 header {
182216 display: none;
183217 padding: 1rem 10rem;
Original file line number Diff line number Diff line change @@ -547,6 +547,7 @@ header {
547547 align-items : center;
548548 gap : 5.0625rem ;
549549 margin-top : 10% ;
550+ margin-left : 45px ;
550551}
551552
552553# features h2 {
@@ -558,6 +559,9 @@ header {
558559 font-weight : 700 ;
559560 line-height : 90% ;
560561 align-self : stretch;
562+ width : 45vw ;
563+ margin-left : 15vw ;
564+
561565}
562566
563567# features .right {
@@ -567,7 +571,8 @@ header {
567571 gap : 7rem ;
568572 align-self : stretch;
569573 border-radius : 0.5rem ;
570- margin-right : 5vw ;
574+ margin-left : -5.5vw ;
575+ width : 85vw ;
571576}
572577
573578# features .right : nth-of-type (2n ) {
You can’t perform that action at this time.
0 commit comments