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