Skip to content
Snippets Groups Projects
Commit a2cb9c54 authored by Antoine Dupré's avatar Antoine Dupré
Browse files

fix: margin top locations name

parent 9fa04e28
No related branches found
No related tags found
No related merge requests found
Pipeline #14711 passed
......@@ -91,7 +91,7 @@ import("./utils.js").then((utils) => {
render += `<div class="segment half padding-left-xxlarge padding-right-xxlarge margin-top-xxlarge margin-bottom-xxlarge">`;
if(await job.name !="") {
render += `<h3 class="position text-medium text-color-secondary text-xlarge">${await job.name}</h3>`;
render += `<h3 class="position text-medium text-color-secondary text-xlarge margin-top-none">${await job.name}</h3>`;
} else {
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment