-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrid-widths-tablet.css
53 lines (53 loc) · 3.46 KB
/
grid-widths-tablet.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
@media (min-width: 481px) and (max-width: 767px) {
.tablet-width-1of24{width:4.1666666% !important;}
.tablet-width-1of16{width:6.25% !important;}
.tablet-width-1of12,.tablet-width-2of24{width:8.3333333% !important;}
.tablet-width-1of10{width:10% !important;}
.tablet-width-1of9{width:11.1111111% !important;}
.tablet-width-1of8,.tablet-width-2of16,.tablet-width-3of24{width:12.5% !important;}
.tablet-width-1of7{width:14.2857143% !important;}
.tablet-width-1of6,.tablet-width-2of12,.tablet-width-4of24{width:16.6666666% !important;}
.tablet-width-3of16{width:18.75% !important;}
.tablet-width-1of5,.tablet-width-2of10{width:20% !important;}
.tablet-width-5of24{width:20.8333333% !important;}
.tablet-width-2of9{width:22.2222222% !important;}
.tablet-width-1of4,.tablet-width-2of8,.tablet-width-3of12,.tablet-width-4of16,.tablet-width-6of24{width:25% !important;}
.tablet-width-2of7{width:28.5714286% !important;}
.tablet-width-7of24{width:29.1666666% !important;}
.tablet-width-3of10{width:30% !important;}
.tablet-width-5of16{width:31.25% !important;}
.tablet-width-1of3,.tablet-width-2of6,.tablet-width-3of9,.tablet-width-4of12,.tablet-width-8of24{width:33.3333333% !important;}
.tablet-width-3of8,.tablet-width-6of16,.tablet-width-9of24{width:37.5% !important;}
.tablet-width-2of5,.tablet-width-4of10{width:40% !important;}
.tablet-width-5of12,.tablet-width-10of24{width:41.6666666% !important;}
.tablet-width-3of7{width:42.8571429% !important;}
.tablet-width-7of16{width:43.75% !important;}
.tablet-width-4of9{width:44.4444444% !important;}
.tablet-width-11of24{width:45.8333333% !important;}
.tablet-width-1of2,.tablet-width-2of4,.tablet-width-3of6,.tablet-width-4of8,.tablet-width-5of10,.tablet-width-6of12,.tablet-width-8of16,.tablet-width-12of24{width:50% !important;}
.tablet-width-13of24{width:54.1666666% !important;}
.tablet-width-5of9{width:55.5555555% !important;}
.tablet-width-9of16{width:56.25% !important;}
.tablet-width-4of7{width:57.1428572% !important;}
.tablet-width-7of12,.tablet-width-14of24{width:58.3333333% !important;}
.tablet-width-3of5,.tablet-width-6of10{width:60% !important;}
.tablet-width-5of8,.tablet-width-10of16,.tablet-width-15of24{width:62.5% !important;}
.tablet-width-2of3,.tablet-width-4of6,.tablet-width-6of9,.tablet-width-8of12,.tablet-width-16of24{width:66.6666666% !important;}
.tablet-width-11of16{width:68.75% !important;}
.tablet-width-7of10{width:70% !important;}
.tablet-width-17of24{width:70.8333333% !important;}
.tablet-width-5of7{width:71.4285715% !important;}
.tablet-width-3of4,.tablet-width-6of8,.tablet-width-9of12,.tablet-width-12of16,.tablet-width-18of24{width:75% !important;}
.tablet-width-7of9{width:77.7777777% !important;}
.tablet-width-19of24{width:79.1666666% !important;}
.tablet-width-4of5,.tablet-width-8of10{width:80% !important;}
.tablet-width-13of16{width:81.25% !important;}
.tablet-width-5of6,.tablet-width-10of12,.tablet-width-20of24{width:83.3333333% !important;}
.tablet-width-6of7{width:85.7142858% !important;}
.tablet-width-7of8,.tablet-width-14of16,.tablet-width-21of24{width:87.5% !important;}
.tablet-width-8of9{width:88.8888888% !important;}
.tablet-width-9of10{width:90% !important;}
.tablet-width-11of12,.tablet-width-22of24{width:91.6666666% !important;}
.tablet-width-15of16{width:93.75% !important;}
.tablet-width-23of24{width:95.8333333% !important;}
}