Semantic stuff, bundle fixes
This commit is contained in:
		| @@ -2,7 +2,7 @@ const resizeHeader = () => { | ||||
|     const container = document.querySelector("main > .container") | ||||
|     const containerWidth = container.scrollWidth | ||||
|     const header = document.querySelector(".container.title-container") | ||||
|     header.style.setProperty("min-width", `${containerWidth}px`) | ||||
|     header.style.minWidth = `${containerWidth}px` | ||||
| } | ||||
|  | ||||
| window.addEventListener("resize", resizeHeader) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user