File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -531,13 +531,14 @@ a:not([href]):not([class]):hover {
531531 -webkit-background-clip : text ;
532532 animation : color- shift 8s linear infinite ;
533533
534+ @media (max-width : 1200px ) {
535+ font-size : 4rem ;
536+ }
537+
534538 @media (max-width : 768px ) {
535- font-size : 3.5 rem ;
539+ font-size : 3 rem ;
536540 text-align : center ;
537541 }
538-
539- // @media (max-width:1200px){
540- // }
541542}
542543
543544@keyframes color-shift {
@@ -616,17 +617,21 @@ a:not([href]):not([class]):hover {
616617 text-align : right ;
617618
618619 h1 .dashboard {
619- max-width : 40 % ;
620+ max-width : 70 % ;
620621 text-align : left ;
621- flex-shrink : 0 ;
622+ flex-shrink : 0 ;
623+ @media (max-width : 1200px ) {
624+ max-width : 60% ;
625+ }
622626 }
623627
624- @media (max-width : 768 px ) {
628+ @media (max-width : 1100 px ) {
625629 flex-wrap : wrap ;
626630 justify-content : center ;
631+ text-align : center ;
627632
628633 h1 .dashboard {
629- max-width : 100% ;
634+ max-width : 100% !important ;
630635 text-align : center ;
631636 }
632637 }
@@ -651,7 +656,7 @@ a:not([href]):not([class]):hover {
651656 color : #EBC017 ;
652657 }
653658
654- @media (max-width : 768 px ) {
659+ @media (max-width : 1100 px ) {
655660 margin : 2rem 0 0 0 ;
656661 }
657662 }
You can’t perform that action at this time.
0 commit comments