diff --git a/resen/about/index.html b/resen/about/index.html index 12470bc..8d6cc56 100644 --- a/resen/about/index.html +++ b/resen/about/index.html @@ -18,7 +18,7 @@
רֶסֶן הוא כתב עת מקוון ליצירה אילוצית וחישובית בעברית. כתב העת שם לעצמו למטרה לתת במה והקשר רחב, תרבותי, היסטורי וקוסמופוליטי, לכותבים הפועלים בתחומים הללו, כמו גם להרחבה - וגיוון של קהילת הקוראים והחוקרים בתחום. יתפרסמו בו יצירות מקור, תרגומים וביצועים מחדש + וגיוון של קהילת הקוראים והחוקרים בתחום. מתפרסמות בו יצירות מקור, תרגומים וביצועים מחדש של יצירות מן העולם וכן מאמרים ומסות בנושאי יצירה אילוצית וחישובית.
@@ -26,13 +26,13 @@ מועצת הפיס לתרבות ולאומנות לשנת 2023 על סך 20,000 ש"ח, ולשנת 2024 על סך 29,000 ש"ח. ובסיוע מענק מיוחד מטעם - קרן יהושע רבינוביץ לאומנויות תל־אביב + קרן יהושע רבינוביץ לאומנויות תל־אביב לשנת 2023 על סך 8,000 ש"ח, ולשנת 2024 על סך 10,000 ש"ח.
Resen journal was produced with the support of the diff --git a/resen/about/media/pais.png b/resen/about/media/pais.png index 6647565..45b51f9 100644 Binary files a/resen/about/media/pais.png and b/resen/about/media/pais.png differ diff --git a/resen/about/media/rabinovich.png b/resen/about/media/rabinovich.png index b58cc5e..a8747f9 100644 Binary files a/resen/about/media/rabinovich.png and b/resen/about/media/rabinovich.png differ diff --git a/resen/style.css b/resen/style.css index e8df19b..31d6373 100644 --- a/resen/style.css +++ b/resen/style.css @@ -682,6 +682,14 @@ iframe, object { width: var(--media_width); } +.images a { + line-height: 0; +} + +.images a:not(:first-child:last-child) { + display: contents; +} + .images img { --images_container_height: min(var(--max_media_height), var(--max_height, var(--max_media_height))); max-height: var(--images_container_height); @@ -689,9 +697,9 @@ iframe, object { width: 100%; } -.images > img:not(:first-child:last-child) { +.images > a:not(:first-child:last-child) img, .images > img:not(:first-child:last-child) { --multi_image_height_factor: .9; /* Assumes difference between images aspect ratios is less than 10% */ - height: calc(100% * var(--multi_image_height_factor)); + height: calc(var(--multi_image_height_factor) * 100%); max-height: calc(var(--images_container_height) / var(--multi_image_height_factor)); }