File tree 2 files changed +7
-8
lines changed
2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 23
23
/* Style for Medium Screen */
24
24
@media (max-width : 767px ) {
25
25
.btn-sq-responsive {
26
- width : 100 px !important ; /* whatever width you want for medium screen */
26
+ width : 250 px !important ; /* whatever width you want for medium screen */
27
27
max-width : 100% !important ;
28
28
max-height : 100% !important ;
29
- height : 100 px !important ; /* whatever height you want for medium screen */
30
- font-size : 12 px ;
29
+ height : 250 px !important ; /* whatever height you want for medium screen */
30
+ font-size : 21 px ;
31
31
}
32
32
}
33
33
34
34
/* Style for Small Screen */
35
35
@media (max-width : 575px ) {
36
36
.btn-sq-responsive {
37
- width : 50 px !important ; /* whatever width you want for mobile screen */
37
+ width : 250 px !important ; /* whatever width you want for mobile screen */
38
38
max-width : 100% !important ;
39
39
max-height : 100% !important ;
40
- height : 50px !important ; /* whatever height you want for mobile screen */
41
- font-size : 5px ;
40
+ height : 250px !important ; /* whatever height you want for mobile screen */
42
41
padding : 0px ;
43
- font-size : 7 px ;
42
+ font-size : 21 px ;
44
43
}
45
44
}
Original file line number Diff line number Diff line change 20
20
</ div >
21
21
< input value ="" type ="hidden " id ="imageFormatInput " name ="operation ">
22
22
< h2 > Convert Image to:</ h2 >
23
- < div id ="features " class ="row my-5 ">
23
+ < div id ="features " class ="row my-5 text-center ">
24
24
{% for value in values %}
25
25
< div class ="col-md-3 ">
26
26
< button onclick ="selectMe(this) " data-convert ="{{value[0]}} "
You can’t perform that action at this time.
0 commit comments