@@ -7339,6 +7339,10 @@ div#notebook {
73397339 margin-top : 80px ; }
73407340
73417341.page .\--home .hero {
7342+ background-position : center;
7343+ background-repeat : no-repeat;
7344+ background-size : 110% 110% ;
7345+ background-image : url (https://plotly-tutorials.s3-us-west-1.amazonaws.com/assets/api/images/api-bg-img.png);
73427346 width : 100% ;
73437347 height : 400px ;
73447348 max-height : 500px ;
@@ -7361,31 +7365,8 @@ div#notebook {
73617365 overflow : hidden; }
73627366 @media (max-width : 584px ) {
73637367 .page .\--home .hero {
7364- height : 100vh ; } }
7365- .page .\--home .hero .hero-bg {
7366- height : 400px ;
7367- left : 50% !important ;
7368- margin-left : -1665px ;
7369- top : -50px !important ;
7370- width : 3330px ;
7371- position : absolute;
7372- z-index : 1 ; }
7373- @media (max-width : 584px ) {
7374- .page .\--home .hero .hero-bg {
7375- height : 100vh ;
7376- left : 50% !important ;
7377- margin-left : -1200px ;
7378- top : -169px !important ;
7379- width : 2400px ;
7380- position : absolute;
7381- z-index : 1 ;
7382- -webkit-transform : scale (0.65 ) !important ;
7383- -ms-transform : scale (0.65 ) !important ;
7384- transform : scale (0.65 ) !important ; } }
7385- .page .\--home .hero .hero-bg img {
7386- position : absolute;
7387- top : 0 ;
7388- left : 0 ; }
7368+ height : 100vh ;
7369+ background-size : cover; } }
73897370 .page .\--home .hero .\--welcome {
73907371 position : relative;
73917372 z-index : 2 ;
@@ -7405,16 +7386,20 @@ div#notebook {
74057386 -webkit-flex-wrap : wrap;
74067387 -ms-flex-wrap : wrap;
74077388 flex-wrap : wrap;
7408- color : # 626262 ;
7389+ color : # fff ;
74097390 margin-top : 120px ;
7410- max-width : 580 px ;
7391+ max-width : 700 px ;
74117392 text-align : center; }
74127393 @media (max-width : 584px ) {
74137394 .page .\--home .hero .\--welcome {
74147395 margin-top : 110px ; } }
7396+ .page .\--home .hero .\--welcome h2 {
7397+ font-size : 28pt ;
7398+ font-family : "Asap" , sans-serif;
7399+ margin-bottom : 0 ;
7400+ margin-top : 20px ; }
74157401 .page .\--home .hero .\--welcome h1 , .page .\--home .hero .\--welcome section .section h2 , section .section .page .\--home .hero .\--welcome h2 {
74167402 width : 100% ;
7417- font-size : 5rem ;
74187403 margin : 0 ;
74197404 font-weight : 100 ;
74207405 color : # 2391fe ;
@@ -7430,7 +7415,8 @@ div#notebook {
74307415 .page .\--home .hero .\--welcome p , .page .\--home .hero .\--welcome section .section div .content-box , section .section .page .\--home .hero .\--welcome div .content-box {
74317416 padding : 0 40px ; } }
74327417 .page .\--home .hero .\--welcome span {
7433- color : white;
7418+ color : # fff ;
7419+ font-size : 14pt ;
74347420 text-transform : uppercase;
74357421 letter-spacing : 2px ; }
74367422
0 commit comments