File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1818 color : transparent;
1919 -webkit-text-stroke : 1px # 767676 ;
2020 font-weight : 900 ;
21- font-size : 9 rem ;
21+ font-size : 16 rem ; /* md:text-[256px] */
2222 white-space : nowrap;
2323 line-height : 1 ;
2424 margin-bottom : -100px ;
2727 mask-image : linear-gradient (to bottom, black 50% , transparent 100% );
2828}
2929
30- @media (min -width: 768px ) {
30+ @media (max -width: 768px ) {
3131 .hero-background {
32- font-size : 16rem ; /* md:text-[256px] */
32+ font-size : 8rem ;
33+ margin-bottom : -50px ;
3334 }
3435}
3536
6667.hero-description {
6768 max-width : 40% ;
6869 margin-top : 2rem ;
70+ text-align : center;
6971}
7072
71- @media (max-width : 767 px ) {
73+ @media (max-width : 768 px ) {
7274 .hero-description {
73- max-width : 100 % ;
75+ max-width : 80 % ;
7476 }
7577}
You can’t perform that action at this time.
0 commit comments