File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3645,12 +3645,37 @@ body {
36453645 letter-spacing : -0.02em ;
36463646}
36473647
3648- .category-intro-grid ,
3649- .review-invite-links ,
3648+ .category-intro-grid {
3649+ grid-template-columns : repeat (3 , minmax (0 , 1fr ));
3650+ gap : 18px ;
3651+ }
3652+
3653+ .review-invite-links {
3654+ grid-template-columns : repeat (2 , minmax (0 , 1fr ));
3655+ gap : 18px ;
3656+ }
3657+
36503658.archive-policy-list {
3659+ grid-template-columns : 1fr ;
36513660 gap : 18px ;
36523661}
36533662
3663+ @media (max-width : 900px ) {
3664+ .category-intro-grid {
3665+ grid-template-columns : repeat (2 , minmax (0 , 1fr ));
3666+ }
3667+ }
3668+
3669+ @media (max-width : 640px ) {
3670+ .category-intro-grid {
3671+ grid-template-columns : 1fr ;
3672+ }
3673+
3674+ .review-invite-links {
3675+ grid-template-columns : 1fr ;
3676+ }
3677+ }
3678+
36543679.category-intro-card ,
36553680.review-invite-link ,
36563681.archive-summary-card {
You can’t perform that action at this time.
0 commit comments