portfolio
This commit is contained in:
parent
1867e54400
commit
5560df8f21
16 changed files with 361 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue