File tree Expand file tree Collapse file tree 1 file changed +54
-0
lines changed
Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments