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; }