File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 display : inline-block; /* so scale behaves nicely */
2020 width : 180% ;
2121 transform-origin : top left; /* grow down/right from top-left */
22- margin-bottom : 2.5 rem ; /* extra space between big cards */
22+ margin-bottom : 0.6 rem ; /* extra space between big cards */
2323 }
2424
2525 .paper-row {
2626 display : flex;
2727 align-items : center;
2828 gap : 1rem ; /* space between image & text */
2929 padding : 0.3rem 1.8rem 0.3rem ; /* top | left/right | bottom */
30- margin-bottom : 1.8 rem ; /* space between entries */
30+ margin-bottom : 0.2 rem ; /* space between entries */
3131 border-radius : 15px ;
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 40 % ; /* image column gets ~45% width */
3838 max-width : 440px ; /* increase max width -> larger image */
3939 }
4040
4444 }
4545
4646 .papertext h2 {
47- font-size : 0.9 rem ;
47+ font-size : 1.1 rem ;
4848 margin-top : 0.2rem ; /* or 0 if you want it really tight */
4949 }
5050
112112
113113 < div class ="papertext ">
114114 < h2 > {{ title }}</ h2 >
115- < p > {{ post.authors }}</ p >
116- < p > < strong > TL;DR:</ strong > {{ post.tldr }}</ p >
115+ < p > {{ post.authors }} </ p >
116+ < p > < strong > TL;DR:</ strong > {{ post.tldr }} </ p >
117117 {% if post.paperurl and post.codeurl and post.arxivurl and post.biburl %}
118118 < p > < a href ="{{ post.paperurl }} "> [Paper]</ a > |
119119 < a href ="{{ post.codeurl }} "> [Code]</ a > |
You can’t perform that action at this time.
0 commit comments