File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2626 display : flex;
2727 align-items : center;
2828 gap : 1rem ; /* space between image & text */
29- padding : 0.3rem 1.8 rem 0.3 rem ; /* top | left/right | bottom */
29+ padding : 0.3rem 1 rem 0.1 rem ; /* top | left/right | bottom */
3030 margin-bottom : 0.2rem ; /* space between entries */
3131 border-radius : 15px ;
3232 background : # ffffff ;
4444 }
4545
4646 .papertext h2 {
47- font-size : 1. 1rem ;
47+ font-size : 1rem ;
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 }} < br >
116+ < strong > TL;DR:</ strong > {{ post.tldr }} < br >
117117 {% if post.paperurl and post.codeurl and post.arxivurl and post.biburl %}
118- < p > < a href ="{{ post.paperurl }} "> [Paper]</ a > |
118+ < a href ="{{ post.paperurl }} "> [Paper]</ a > |
119119 < a href ="{{ post.codeurl }} "> [Code]</ a > |
120120 < a href ="{{ post.arxivurl }} "> [arXiv]</ a > |
121121 < a href ="{{ post.biburl }} "> [BibTeX]</ a > </ p >
122122 {% elsif post.paperurl and post.arxivurl and post.biburl %}
123- < p > < a href ="{{ post.paperurl }} "> [Paper]</ a > |
123+ < a href ="{{ post.paperurl }} "> [Paper]</ a > |
124124 < a href ="{{ post.arxivurl }} "> [arXiv]</ a > |
125125 < a href ="{{ post.biburl }} "> [BibTeX]</ a > </ p >
126126 {% elsif post.paperurl and post.biburl %}
127- < p > < a href ="{{ post.paperurl }} "> [Paper]</ a > |
127+ < a href ="{{ post.paperurl }} "> [Paper]</ a > |
128128 < a href ="{{ post.biburl }} "> [BibTeX]</ a > </ p >
129129 {% endif %}
130130 </ div >
You can’t perform that action at this time.
0 commit comments