Calendar: add FT sprint
[tails/test.git] / wiki / src / about.css
blob963c424ce80c1e474085fbcf86e1d431d3950944
1 #pagebody {
2 font-family: "Source Sans Pro Regular", "DejaVu Sans", "Verdana", sans-serif;
5 h1 {
6 font-size: 40px;
9 h2 {
10 font-size: 32px;
13 section {
14 display: flex;
15 flex-wrap: wrap;
16 justify-content: space-evenly;
19 .image, .text {
20 width: 80%;
23 .image img {
24 width: 100%;
27 .text {
28 margin-bottom: 4em;
31 @media (min-width: 579px) {
32 .image, .text {
33 width: 463px;
34 padding: 0 30px;
38 /* Content is always ordered image → title → text in the HTML but images
39 * are displayed alternatively on the left and on the right on big
40 * screens. */
41 @media (min-width: 986px) {
42 section {
43 justify-content: space-between;
45 .image {
46 margin-bottom: 4em;
47 margin-top: 100px !important;
49 .order-1 {
50 order: 1;
52 .order-2 {
53 order: 2;
57 h1 {
58 color: #56347c;
61 .metaphor {
62 color: #999;
63 font-size: 15px;
66 .big {
67 font-size: 20px;
70 .medium {
71 color: #666;
74 .links {
75 margin-top: 2em;
78 .links p, .links ul {
79 display: inline-block;
80 vertical-align: top;