reparer missions
This commit is contained in:
@@ -962,6 +962,13 @@ footer a:hover {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.missions .sidebyside {
|
||||||
|
|
||||||
|
display: flex;
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.missions section {
|
.missions section {
|
||||||
height: 40vh;
|
height: 40vh;
|
||||||
min-height: 200px;
|
min-height: 200px;
|
||||||
@@ -990,12 +997,12 @@ footer a:hover {
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.missions section:nth-child(odd) article {
|
.missions section:nth-child(even) article {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
/* float: right; */
|
/* float: right; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.missions section:nth-child(even) article {
|
.missions section:nth-child(odd) article {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1003,7 +1010,7 @@ footer a:hover {
|
|||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.missions section:nth-child(odd)>article>p {
|
.missions section:nth-child(even)>article>p {
|
||||||
margin: auto 0 auto auto;
|
margin: auto 0 auto auto;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user