File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22 width : 100vw ;
33 height : 100vh ;
44 background-image : linear-gradient (345deg , white, var (--gray200 ));
5- --main-size : 57 vw ;
5+ --main-size : 60 vw ;
66}
77
88.AboveFold-container {
5454.AboveFold-title {
5555 color : var (--cover-black ) !important ;
5656 font-weight : 500 !important ;
57+ text-align : center;
5758}
5859
5960.AboveFold-subtitle {
6061 font-size : 1.3rem !important ;
6162 margin : 25px 0 70px !important ;
6263 color : var (--gray700 ) !important ;
6364 font-weight : 300 !important ;
65+ text-align : center;
6466}
6567
6668.AboveFold-buttons > button {
105107 .AboveFold-container {
106108 width : 85vw ;
107109 height : auto;
110+ justify-content : center;
108111 }
109112
110113 .AboveFold-main-container {
111114 width : auto;
112115 flex-direction : column;
113- max-width : none;
114116 height : auto;
115117 margin : 0 ;
116118 margin-top : 60px ;
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const AboveFold = () => (
2323 < div className = "AboveFold-main" >
2424 < div className = "AboveFold-text" >
2525 < Typography className = "AboveFold-title" variant = "display3" >
26- GraphQL is the new REST
26+ GraphQL is the < span className = "-nowrap" > new REST</ span >
2727 </ Typography >
2828 < Typography className = "AboveFold-subtitle" variant = "body1" >
2929 GraphQL is the best way to fetch data for your app, and the
You can’t perform that action at this time.
0 commit comments