File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 /* === Card for one publication === */
1818 .paper-card {
1919 display : inline-block; /* so scale behaves nicely */
20- width : 150 % ;
20+ width : 180 % ;
2121 transform-origin : top left; /* grow down/right from top-left */
2222 margin-bottom : 2.5rem ; /* extra space between big cards */
2323 }
2828 gap : 2.8rem ; /* space between image & text */
2929 padding : 0.3rem 1.8rem 0.3rem ; /* top | left/right | bottom */
3030 margin-bottom : 1.8rem ; /* space between entries */
31- border-radius : 12 px ;
31+ border-radius : 15 px ;
3232 background : # ffffff ;
3333 box-shadow : 0 10px 30px rgba (0 , 0 , 0 , 0.08 );
3434 }
3535
3636 .paperimage {
37- flex : 0 0 45 % ; /* image column gets ~45% width */
37+ flex : 0 0 50 % ; /* image column gets ~45% width */
3838 max-width : 440px ; /* increase max width -> larger image */
3939 }
4040
You can’t perform that action at this time.
0 commit comments