diff --git a/src/css/styles.css b/src/css/styles.css index 16a879f..45f8f9a 100644 --- a/src/css/styles.css +++ b/src/css/styles.css @@ -61,4 +61,7 @@ a { } .img-thumbnail { margin: 0 10px 10px 0; -} \ No newline at end of file +} +.project_header { + margin-bottom: 0.5rem; +} diff --git a/src/js/sdk.js b/src/js/sdk.js index d329616..a277999 100644 --- a/src/js/sdk.js +++ b/src/js/sdk.js @@ -38,7 +38,7 @@ function update_contacts(data, section_type) { function compose_project_li(data) { content = '
${data.project_header} `; + content += `
${data.project_header} `; let pretty_link = data.project_link.replace(/(^\w+:|^)\/\//, ''); // romove protocol pretty_link = pretty_link.replace(/\/.*/, ''); // remove everything after hostname content += `${pretty_link}`;