Skip to content

Commit 1c59744

Browse files
committed
Mise à jour du style pour la page des missions à OC
1 parent 5076fcf commit 1c59744

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

assets/css/style.css

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,62 @@ footer {
221221
}
222222

223223

224+
/* MISSIONS */
225+
#missions {
226+
background-image: linear-gradient(var(--darkblue), var(--lightblue));
227+
background-color: var(--primaryColor);
228+
min-height: 100vh;
229+
color: var(--white);
230+
font-size: 20px;
231+
padding-top: 0;
232+
}
233+
#missions > h1 {
234+
text-align: center;
235+
padding-top: 20px;
236+
margin-bottom: 0;
237+
}
238+
#missions > .container > p {
239+
padding-top: 10px;
240+
padding-bottom: 10px;
241+
margin: 0;
242+
/* text-align: justify; */
243+
}
244+
#missions section {
245+
padding: 15px 0;
246+
}
247+
#missions section p {
248+
padding-bottom: 10px;
249+
margin: 0;
250+
}
251+
#missions a:link,
252+
#missions a:visited {
253+
color: var(--white);
254+
text-decoration: none;
255+
}
256+
#missions a:hover {
257+
color: aqua;
258+
}
259+
260+
224261

225262
/*** MEDIA QUERIES ***/
263+
@media screen and (min-width: 992px) {
264+
/* MISSIONS */
265+
#missions > .container > p {
266+
padding-top: 10px;
267+
padding-bottom: 10px;
268+
margin: 0;
269+
text-align: justify;
270+
}
271+
#missions section {
272+
padding: 15px 0;
273+
}
274+
#missions section p {
275+
text-align: justify;
276+
padding-bottom: 10px;
277+
margin: 0;
278+
}
279+
}
226280
@media screen and (min-width: 701px) {
227281
footer .copyright-text-link .break {
228282
display: none;

0 commit comments

Comments
 (0)