diff --git a/assets/style.css b/assets/style.css index bc8dc2b..43ba0b4 100644 --- a/assets/style.css +++ b/assets/style.css @@ -352,6 +352,11 @@ div#articleslist>article{ flex-direction: column; } +.meme_image { + max-width: 500px; + max-height: 500px; +} + @media (max-width: 1050px) { div#articleslist { @@ -412,4 +417,9 @@ div#articleslist>article{ .form-content { flex-direction: column; } + + .meme_image { + max-width: 200px; + max-height: 200px; + } } \ No newline at end of file diff --git a/templates/meme.html b/templates/meme.html index 3269e97..4683c28 100644 --- a/templates/meme.html +++ b/templates/meme.html @@ -3,7 +3,7 @@

__TEMPLATE_MEME_AUTHOR__

__TEMPLATE_MEME_DATE__

- +

__TEMPLATE_MEME_TEXT__

\ No newline at end of file