-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapg-flex.css
More file actions
38 lines (32 loc) · 1017 Bytes
/
apg-flex.css
File metadata and controls
38 lines (32 loc) · 1017 Bytes
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
/* APG-FLEX : v 2.1 (2020-02-17) - ©Philippe Gouillou (www.gouillou.com) - LGPL 3 */
.acontainer {display:block;max-width:1170px;margin:0 auto!important}
.acolfinal {padding:.5rem}
.arow {display:flex;margin:0;padding:0}
.browsm,
.browlg,
.browmd,
.browxl {display:flex}
@media(min-width:576px) {.arowsm{display:flex}.browsm{display:block}}
@media(min-width:768px) {.arowmd{display:flex}.browmd{display:block}}
@media(min-width:992px) {.arowlg{display:flex}.browlg{display:block}}
@media(min-width:1200px) {.arowxl{display:flex}.browxl{display:block}}
.arow>div,
.arowsm>div,
.arowlg>div,
.arowmd>div,
.arowxl>div,
.browsm>div,
.browlg>div,
.browmd>div,
.browxl>div {flex:1}
.flex2 {flex:2!important}
.flex3 {flex:3!important}
.flex4 {flex:4!important}
.flex5 {flex:5!important}
.flex6 {flex:6!important}
.flex7 {flex:7!important}
.flex8 {flex:8!important}
.flex9 {flex:9!important}
.flex10 {flex:10!important}
.flex11 {flex:11!important}
.flex12 {flex:12!important}