forked from mitoc/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmitoc.css
49 lines (41 loc) · 845 Bytes
/
mitoc.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
body {
padding:60px 0px 20px 0px;
}
/* Square Bootstrap responsive embed for agenda widgets */
.embed-responsive-square {
padding-bottom: 100%;
}
/* Make columns the same height */
.row.is-flex {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 20px;
}
.image-row {
margin-bottom: 20px;
}
.jumbotron p {
margin-bottom: 0;
}
dd {
margin-bottom: 1em;
}
p img {
width: 100%;
}