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) { ...@@ -91,7 +91,7 @@ function addcontent(item) {
projectHTML + projectHTML +
presentationHTML + presentationHTML +
repoHTML + 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>' + '</p>' +
'</div>' + '</div>' +
'</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