File tree Expand file tree Collapse file tree 3 files changed +2046
-941
lines changed Expand file tree Collapse file tree 3 files changed +2046
-941
lines changed Original file line number Diff line number Diff line change @@ -747,6 +747,70 @@ footer {
747747 line-height : 1.5 ;
748748}
749749
750+ /* Large screen optimizations */
751+ @media (min-width : 1600px ) {
752+ .capability-content h2 {
753+ font-size : 72px ;
754+ margin-bottom : 64px ;
755+ }
756+
757+ .capability-grid {
758+ max-width : 1200px ;
759+ gap : 32px ;
760+ }
761+
762+ .capability-item {
763+ padding : 28px 32px ;
764+ }
765+
766+ .capability-item h4 {
767+ font-size : 22px ;
768+ margin-bottom : 10px ;
769+ }
770+
771+ .capability-item p {
772+ font-size : 17px ;
773+ line-height : 1.6 ;
774+ }
775+ }
776+
777+ @media (min-width : 2000px ) {
778+ .capability-content h2 {
779+ font-size : 84px ;
780+ margin-bottom : 80px ;
781+ }
782+
783+ .capability-grid {
784+ max-width : 1400px ;
785+ gap : 40px ;
786+ }
787+
788+ .capability-item {
789+ padding : 32px 36px ;
790+ }
791+
792+ .capability-item h4 {
793+ font-size : 24px ;
794+ margin-bottom : 12px ;
795+ }
796+
797+ .capability-item p {
798+ font-size : 18px ;
799+ line-height : 1.7 ;
800+ }
801+
802+ .capability-nav {
803+ width : 70px ;
804+ height : 70px ;
805+ }
806+
807+ .capability-nav svg {
808+ width : 32px ;
809+ height : 32px ;
810+ }
811+ }
812+
813+
750814.capability-nav {
751815 position : absolute;
752816 top : 50% ;
You can’t perform that action at this time.
0 commit comments