File tree Expand file tree Collapse file tree 1 file changed +16
-15
lines changed
Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Original file line number Diff line number Diff line change 2525 opacity : 0.3 ;
2626}
2727
28- @media all and (max-width : 720px ) {
29- .filterDiv { width : 100% ; }
28+ @media all and (max-width : 800px ) {
29+ .filterDiv { width : 100% ; }
30+ .btn { width : 48% ; font-size : 3.5vw ;}
3031}
3132
32- @media all and ( min-width : 720 px ) {
33+ @media all and ( min-width : 800 px ) and ( max-width : 1200 px ) {
3334 .filterDiv { width : 48% ; }
35+ .btn { width : 32% ; font-size : 2.5vw ;}
36+ }
37+
38+ @media all and ( min-width : 1200px ) and ( max-width : 1710px ){
39+ .filterDiv { width : 32% ; }
40+ .btn { width : 19.5% ; font-size : 1.4vw ;}
41+ }
42+
43+ @media all and ( min-width : 1710px ) {
44+ .filterDiv { width : 24% ; }
45+ .btn { width : 10.5% ; font-size : 0.82vw ;}
3446}
3547
3648.show {
5365 font-family : Helvetica;
5466}
5567
56- @media all and (max-width : 800px ) {
57- .btn { width : 48% ; font-size : 3.5vw ;}
58- }
5968
60- @media all and ( min-width : 800px ) and (max-width : 1200px ) {
61- .btn { width : 32% ; font-size : 2.5vw ;}
62- }
6369
64- @media all and ( min-width : 1200px ) and ( max-width : 1710px ){
65- .btn { width : 24% ; font-size : 2vw ;}
66- }
6770
68- @media all and ( min-width : 1710px ) {
69- .btn { width : 19% ; font-size : 1.5vw ;}
70- }
71+
7172
7273.btn : hover {
7374 background-color : # cfd4d8 ;
You can’t perform that action at this time.
0 commit comments