File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed
Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 1919 border : none;
2020 border-spacing : 0 ;
2121 border-collapse : collapse;
22- margin : 0 auto 0.75 rem auto;
22+ margin : 0 auto 1.2 rem auto; /* small gap between entries */
2323 }
2424
2525 .papertable td {
26- padding : 0 ; /* kill default cell padding */
26+ padding : 0 ;
2727 }
2828
2929 .paperimage {
30- padding-right : 1.5rem ;
3130 border : none;
32- width : 30% ; /* smaller image column */
33- max-width : 260px ;
34- vertical-align : middle;
31+ width : 38% ; /* wider image column */
32+ max-width : 360px ;
33+ padding-right : 2.2rem ; /* space between image & text */
34+ vertical-align : middle; /* center image vs text block */
3535 }
3636
3737 .papertext {
38- width : 70 % ;
39- vertical-align : middle; /* center text vs image */
38+ width : 62 % ;
39+ vertical-align : middle;
4040 border : none;
4141 padding-bottom : 0 ;
4242 }
4343
4444 /* ==== image card + banner ==== */
4545 .venue-wrapper {
4646 position : relative;
47- display : inline- block;
47+ display : block;
4848 border-radius : 6px ;
4949 overflow : hidden;
5050 box-shadow : 0 6px 16px rgba (0 , 0 , 0 , 0.18 );
5353
5454 .venue-wrapper img {
5555 display : block;
56- width : 260px ;
57- max-width : 100% ;
58- height : auto;
56+ width : 100% ; /* make image fill its column */
57+ height : auto;
5958 }
6059
6160 .venue-banner {
You can’t perform that action at this time.
0 commit comments