Commit 1c535abc authored by Traboulsi's avatar Traboulsi
Browse files

Update public/js/add_content.js

parent e9240d5c
Pipeline #8967 passed with stage
in 11 seconds
......@@ -91,7 +91,7 @@ function addcontent(item) {
projectHTML +
presentationHTML +
repoHTML +
'<img class="thumbimg" src="' + item.item.sdgImage + '" alt="" style="max-width: 30%; max-height:30%; ">' +
'<img class="thumbimg" src="' + item.item.sdgImage + '" alt="" style="max-width: 30px; max-height:30px; ">' +
'</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