-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.css
More file actions
47 lines (40 loc) · 937 Bytes
/
example.css
File metadata and controls
47 lines (40 loc) · 937 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
39
40
41
42
43
44
45
46
47
body {
background-color: rgba(0, 0, 0, 0.03);
padding-top: 15px;
font-family: 'Lato', sans-serif;
}
.flex-row .thumbnail,
height: auto;
position: relative;
}
.table-row,
.table-row-equal,
.flex-row,
.masonary-row {
}
.bootflex img {
min-width: 0;
width: 100%;
}
/*
Extra Small Devices, Phones { .col-xs-$ }
~ 480px to 767px ~
Extra Small Devices, Phones { .col-sm-$ }
~ 768px to 991px ~
Extra Small Devices, Phones { .col-md-$ }
~ 992 to 1200px ~
Extra Small Devices, Phones { .col-lg-$ }
~ 1201px up ~
*/
/* Demo Media Query Below for Retina Iphones and Smaller */
@media only screen and (max-width: 480px) {
.row > [class*='col-'] {
width: 100%;
}
.row > [class*='col-'] {
width: 100%;
}
}
.flex-row.flex-code.row > [class*='col-'] .flex-text {
flex-grow: 1;
}