diff --git a/public/css/custom.css b/public/css/custom.css index 3d9bf4d4feb741ee7b7bb089b77e0209e33c9a66..f741e3e622a6761963325e242d53f824f0753e03 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -37,5 +37,5 @@ } .publication_card { - height: 250px; + padding: 15px; } \ No newline at end of file diff --git a/public/js/add_content.js b/public/js/add_content.js index 24bdc613e05a292da56028edc6f2c7e6337d6ed0..66f7609cc1b0ff57c81803963a92c3066d7109e3 100644 --- a/public/js/add_content.js +++ b/public/js/add_content.js @@ -33,7 +33,7 @@ function addcontent(item) { } new_row.innerHTML = new_row.innerHTML + '
' + - '
' + + '
' + '
' + item.item.title + ' ' + item.item.project + '
' + '' + '
' + diff --git a/public/js/add_paper.js b/public/js/add_paper.js index 331861f0e9e905a226e9abb8159cdb1a9715e0d1..e005e8251c1700984dd0546b04ab532331ae0a02 100644 --- a/public/js/add_paper.js +++ b/public/js/add_paper.js @@ -46,7 +46,7 @@ function addpaper(item) { new_row.innerHTML = new_row.innerHTML + '
' + - '
' + + '
' + '
' + '...' + '
' +