Commit e9240d5c authored by Traboulsi's avatar Traboulsi
Browse files

Update public/js/add_content.js

parent 596546c8
Pipeline #8966 passed with stage
in 10 seconds
......@@ -91,7 +91,7 @@ function addcontent(item) {
projectHTML +
presentationHTML +
repoHTML +
'<img class="thumbimg" src="' + item.item.sdgImage + '" alt="" style="max-width: 30%;">' +
'<img class="thumbimg" src="' + item.item.sdgImage + '" alt="" style="max-width: 30%; max-height:30%; ">' +
'</p>' +
'</div>' +
'</div>' +
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment