fixes for author box
authorRadek Czajka <rczajka@rczajka.pl>
Mon, 26 Jun 2023 11:01:45 +0000 (13:01 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Mon, 26 Jun 2023 11:01:45 +0000 (13:01 +0200)
src/wolnelektury/static/2022/styles/layout/_author.scss

index a07fa56..28f0d06 100644 (file)
@@ -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;