From b2e657498cfe06cb15ab6f6560bac704bed65467 Mon Sep 17 00:00:00 2001 From: Stan Date: Thu, 4 Dec 2025 20:59:29 -0500 Subject: [PATCH] reparer missions --- www/css/style.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/www/css/style.css b/www/css/style.css index 32d0a80..20de8e3 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -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; }