File tree Expand file tree Collapse file tree 1 file changed +18
-21
lines changed
Expand file tree Collapse file tree 1 file changed +18
-21
lines changed Original file line number Diff line number Diff line change 1- /* Mobile */
2- @media only screen and (max-width : 767px ) {
3- .mighty-buttongroup .stack-on-mobile {
4- display : block;
5- }
6- }
7-
8- /* Tablet */
9- @media only screen and (max-width : 991px ) {
10- .mighty-buttongroup .stack-on-tablet {
11- display : block;
12- }
13- }
14-
15- /* Desktop */
16- @media only screen and (min-width : 992px ) {
17- .mighty-buttongroup .stack-on-desktop {
18- display : block;
19- }
20- }
21-
221.mighty-buttongroup a .ma-btn {
232 display : block;
243 width : 100% ;
5837 -moz-box-flex : 1 ;
5938 -ms-flex-positive : 1 ;
6039 flex-grow : 1 ;
40+ }
41+
42+ .mighty-buttongroup .stack-on-desktop {
43+ display : block;
44+ }
45+
46+ /* Mobile */
47+ @media only screen and (max-width : 767px ) {
48+ .mighty-buttongroup .stack-on-mobile {
49+ display : block;
50+ }
51+ }
52+
53+ /* Tablet */
54+ @media only screen and (max-width : 991px ) {
55+ .mighty-buttongroup .stack-on-tablet {
56+ display : block;
57+ }
6158}
You can’t perform that action at this time.
0 commit comments