add thumbnails for papers, which apparently ppl like

This commit is contained in:
Andrej Karpathy
2022-02-13 18:30:14 -08:00
parent f980c7947a
commit d7a303b410
4 changed files with 111 additions and 2 deletions
+2 -1
View File
@@ -3,6 +3,7 @@ body {
padding: 0;
font-family: sans-serif;
line-height: 1.2;
background-color: #eee;
}
#header {
height: 24px;
@@ -50,7 +51,7 @@ body {
.rel_paper {
margin-bottom: 10px;
padding: 10px;
background-color: #eee;
background-color: white;
border-radius: 5px;
}