File tree Expand file tree Collapse file tree
app/components/landing/top Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 width : 98% ;
1313 }
1414 @media only screen and (min-width : 1500px ) {
15- height : 130vh ;
15+ width : 50% ;
16+ height : 120vh ;
1617 }
1718}
Original file line number Diff line number Diff line change 1313 transform : unset ;
1414 }
1515
16+ @media only screen and (min-width : 1500px ) {
17+ width : 600px
18+ }
19+
1620 & __header {
1721 font-family : ' Lato' , sans-serif ;
1822 color : #313131 ;
1923 margin : 0 ;
2024 font-size : 2rem ;
25+
26+ @media only screen and (min-width : 1500px ) {
27+ font-size : 3rem ;
28+ font-weight : 100 ;
29+ }
2130 }
2231
2332 & __button {
2433 margin-top : 20px ;
34+
35+ @media only screen and (min-width : 1500px ) {
36+ & button {
37+ width : 200px ;
38+ height : 60px ;
39+ font-size : 1.3rem ;
40+ }
41+
42+ }
2543 }
2644}
Original file line number Diff line number Diff line change 11.top-container {
22 position : relative ;
33 min-height : 100vh ;
4- }
4+
5+ & ::after {
6+ display : block ;
7+ content : ' ' ;
8+ width : 100px ;
9+ height : 100px ;
10+ background-color : #3a55e9 ;
11+ border-bottom-right-radius : 50% ;
12+ position : absolute ;
13+ bottom : -50px ;
14+ left : -100px ;
15+
16+ }
17+ @media only screen and (min-width : 1500px ) {
18+ border-left : 100px solid #3a55e9 ;
19+ min-height : 100vh ;
20+ }
21+ }
22+
Original file line number Diff line number Diff line change 55}
66body {
77 margin : 0 ;
8-
9- @media only screen and (min-width : 1500px ) {
10- border-left : 100px solid #3a55e9 ;
11- }
128}
139
1410* {
You can’t perform that action at this time.
0 commit comments