portfolio

This commit is contained in:
Julie Blanc 2026-03-20 13:44:43 +01:00
parent 1867e54400
commit 5560df8f21
16 changed files with 361 additions and 3 deletions

View file

@ -143,7 +143,8 @@ export default class itemsDecor extends Handler {
? this.createDecor(symbol, smallSizes, "decor-h6_small", "decor-h6")
: this.createDecor(symbol, bigSizes, "decor-h6_big", "decor-h6");
const container = document.createElement("div");
container.className = "h6_container";
container.className = "h6_container " + h6.className;
h6.className = "";
h6.parentNode.insertBefore(container, h6);
container.appendChild(firstDecor);
container.appendChild(h6);