@@ -102,40 +102,40 @@ th,td {
102102/* Mobile-responsive styles for distribution table */
103103@media screen and (max-width : 768px ) {
104104 /* Stack table cells vertically on mobile */
105- table .distribution-table ,
106- table .distribution-table tbody ,
107- table .distribution-table tr ,
105+ table .distribution-table ,
106+ table .distribution-table tbody ,
107+ table .distribution-table tr ,
108108 table .distribution-table td {
109109 display : block !important ;
110110 width : 100% !important ;
111111 }
112-
112+
113113 /* Remove table cell borders and padding adjustments */
114114 table .distribution-table td {
115115 border : none !important ;
116116 padding : 20px 0 !important ;
117117 text-align : center !important ;
118118 }
119-
119+
120120 /* Add separator between distribution items */
121121 table .distribution-table td : not (: last-child ) {
122122 border-bottom : 2px solid # e1e4e8 !important ;
123123 margin-bottom : 20px !important ;
124124 padding-bottom : 30px !important ;
125125 }
126-
126+
127127 /* Ensure images scale properly on mobile */
128128 table .distribution-table img {
129129 max-width : 250px !important ;
130130 width : 100% !important ;
131131 height : auto !important ;
132132 }
133-
133+
134134 /* Adjust text sizing for mobile */
135135 table .distribution-table span [style *= "font-size: 20px" ] {
136136 font-size : 18px !important ;
137137 }
138-
138+
139139 table .distribution-table span [style *= "font-size: 15px" ] {
140140 font-size : 14px !important ;
141141 padding : 10px 20px !important ;
0 commit comments