File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -532,12 +532,13 @@ a:not([href]):not([class]):hover {
532532 animation : color- shift 8s linear infinite ;
533533
534534 @media (max-width : 768px ) {
535- font-size : 3.5rem ;
536- text-align : center ;
535+ font-size : 4rem ;
537536 }
538537
539- // @media (max-width:1200px){
540- // }
538+ @media (max-width : 768px ) {
539+ font-size : 3rem ;
540+ text-align : center ;
541+ }
541542}
542543
543544@keyframes color-shift {
@@ -616,14 +617,18 @@ 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 : 768px ) {
624+ max-width : 60% ;
625+ }
622626 }
623627
624628 @media (max-width : 768px ) {
625629 flex-wrap : wrap ;
626630 justify-content : center ;
631+ text-align : center ;
627632
628633 h1 .dashboard {
629634 max-width : 100% ;
You can’t perform that action at this time.
0 commit comments