From 8bb175e936f55a1d6c0754e0ccb703a91c1faaca Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Mon, 26 Jun 2023 13:01:45 +0200 Subject: [PATCH] fixes for author box --- src/wolnelektury/static/2022/styles/layout/_author.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wolnelektury/static/2022/styles/layout/_author.scss b/src/wolnelektury/static/2022/styles/layout/_author.scss index a07fa566c..28f0d069d 100644 --- a/src/wolnelektury/static/2022/styles/layout/_author.scss +++ b/src/wolnelektury/static/2022/styles/layout/_author.scss @@ -28,7 +28,7 @@ width: 100%; &:nth-child(1) { - div { + > div { display: flex; flex-wrap: wrap; @@ -42,6 +42,7 @@ } .l-author__photo { + flex-shrink: 0; width: calc(50% - 24px); @include rwd($break-wide) { width: 238px; -- 2.20.1