diff --git a/styles/main.css b/styles/main.css index 4cd5447..8ee4016 100644 --- a/styles/main.css +++ b/styles/main.css @@ -257,6 +257,23 @@ body{ font-size: 14px; line-height: 24px; } + + .bottom-article{ + flex-direction: column-reverse; + } + + .bottom-article-text{ + max-width: 85%; + } + + .bottom-article-title{ + font-size: 24px; + line-height: 29px; + } + + .bottom-article-figure{ + width: 100%; + } } @media screen and (min-width: 1025px){