File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -281,6 +281,8 @@ body {
281281 display : flex;
282282 flex-direction : column;
283283 align-items : center;
284+ max-width : 200px ;
285+ margin : 0 auto;
284286}
285287
286288.person-card : hover {
@@ -376,17 +378,18 @@ body {
376378.pub-thumbnail {
377379 position : relative;
378380 flex-shrink : 0 ;
379- width : 160 px ;
380- height : 120 px ;
381+ width : 200 px ;
382+ height : 150 px ;
381383 overflow : hidden;
382384 border-radius : 8px ;
383385 border : 1px solid var (--border-color );
386+ background : # f5f5f5 ;
384387}
385388
386389.pub-thumbnail img {
387390 width : 100% ;
388391 height : 100% ;
389- object-fit : cover ;
392+ object-fit : contain ;
390393}
391394
392395.pub-venue-tag {
@@ -663,7 +666,7 @@ body {
663666
664667 .pub-thumbnail {
665668 width : 100% ;
666- height : 200 px ;
669+ height : 220 px ;
667670 }
668671
669672 .pub-title {
You can’t perform that action at this time.
0 commit comments