Calendar: add FT sprint
[tails/test.git] / wiki / src / index.css
blob738041a131e5d56ef6479e7f1df1480188983568
1 #pagebody {
2 font-family: "Source Sans Pro Regular", "DejaVu Sans", "Verdana", sans-serif;
5 span.title {
6 display: none;
9 h3 {
10 font-size: 20px;
13 .benefits-1 section, .benefits-2 section, .cfas, .news, .users, .recommended, .partners {
14 margin-top: 3em;
17 .hero {
18 display: flex;
19 flex-wrap: wrap;
20 justify-content: center;
23 .hero .sentence {
24 margin-left: 10px;
27 .hero h1 {
28 font-size: 32px;
29 font-family: "Source Sans Pro Regular", "DejaVu Sans", "Verdana", sans-serif;
30 margin-top: 19px;
31 padding-left: 7px;
34 .hero h1 .hero-tails {
35 font-size: 42px;
36 font-weight: bold;
37 color: #56347c;
38 margin-left: -7px;
41 @media (max-width: 480px) {
42 .hero .sentence br.optional {
43 display: none;
45 .hero .sentence {
46 width: 420px;
47 font-size: 26px;
51 .benefits-1, .benefits-2 {
52 display: flex;
53 flex-wrap: wrap;
54 justify-content: space-evenly;
57 @media (min-width: 896px) {
58 .benefits-1, .benefits-2 {
59 justify-content: space-between;
63 .benefits section {
64 width: 100%;
67 @media (min-width: 480px) {
68 .benefits section {
69 width: 420px;
73 .benefits img {
74 width: 100%;
77 .benefits h3 {
78 margin-top: 1.5em;
81 .cfas {
82 display: flex;
83 justify-content: space-evenly;
86 @media (max-width: 768px) {
87 .cfas {
88 flex-wrap: wrap;
92 .archive {
93 display: flex;
94 flex-wrap: wrap;
97 .archive .archivepage {
98 width: 100%;
101 @media (min-width: 768px) {
102 .archive .archivepage {
103 width: 33%;
107 .personas {
108 display: flex;
109 flex-wrap: wrap;
110 justify-content: space-around;
113 .personas section {
114 width: 70%;
117 @media (min-width: 480px) {
118 .personas section {
119 width: 40%;
123 @media (min-width: 768px) {
124 .personas section {
125 width: 23%;
129 .personas img {
130 display: block;
131 margin: 2em auto;
134 .benefits p, .personas p {
135 font-size: 16px;
138 .persona {
139 font-weight: bold;
140 color: #56347c;
141 display: block;