]> git.ipfire.org Git - ipfire.org.git/blame - src/scss/bootstrap-4.0.0-alpha.6/docs/examples/album/album.css
Introduce autotools
[ipfire.org.git] / src / scss / bootstrap-4.0.0-alpha.6 / docs / examples / album / album.css
CommitLineData
91e44d91
S
1body {
2 min-height: 75rem; /* Can be removed; just added for demo purposes */
3}
4
5.navbar {
6 margin-bottom: 0;
7}
8
9.jumbotron {
10 padding-top: 6rem;
11 padding-bottom: 6rem;
12 margin-bottom: 0;
13 background-color: #fff;
14}
15
16.jumbotron p:last-child {
17 margin-bottom: 0;
18}
19
20.jumbotron-heading {
21 font-weight: 300;
22}
23
24.jumbotron .container {
25 max-width: 40rem;
26}
27
28.album {
29 min-height: 50rem; /* Can be removed; just added for demo purposes */
30 padding-top: 3rem;
31 padding-bottom: 3rem;
32 background-color: #f7f7f7;
33}
34
35.card {
36 float: left;
37 width: 33.333%;
38 padding: .75rem;
39 margin-bottom: 2rem;
40 border: 0;
41}
42
43.card > img {
44 margin-bottom: .75rem;
45}
46
47.card-text {
48 font-size: 85%;
49}
50
51footer {
52 padding-top: 3rem;
53 padding-bottom: 3rem;
54}
55
56footer p {
57 margin-bottom: .25rem;
58}