From 5c57b098f1bc4173b0ca8ec20c3a2547bf5c2820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Thu, 25 Apr 2024 23:44:14 +0200 Subject: [PATCH] MEME --- assets/style.css | 10 ++++++++++ templates/meme.html | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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