Last active
December 19, 2023 07:33
-
-
Save AnanthFlycart/a4237227b087daefb5d5f492a4ad05dc to your computer and use it in GitHub Desktop.
CUW: FBT mobile grid 2x2 view
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @media only screen and (max-width: 480px) { | |
| .cuw-fbt-products.cuw-mobile-responsive .cuw-gird { | |
| gap: 24px !important; | |
| justify-content: left !important;} | |
| .cuw-fbt-products.cuw-mobile-responsive .cuw-product { | |
| width: 120px !important; } | |
| .cuw-fbt-products.cuw-mobile-responsive .cuw-product-card { | |
| width: 120px !important; } | |
| .cuw-fbt-products.cuw-mobile-responsive .cuw-product-image { | |
| height: 120px !important; | |
| width: 120px !important; } | |
| .cuw-fbt-products.cuw-mobile-responsive .cuw-product-separator { | |
| display: none !important; } | |
| .cuw-fbt-products.cuw-mobile-responsive .cuw-buy-section { | |
| padding: 4px 24px !important; } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment