@media only screen and ( max-width: 800px ) {

	/* * { flex-direction: column; } */

	.blocksGrid { grid-template-columns: 1fr; }
	/* already handled in UI-elemtns css, should move here… */

	*:has( > .sidebar){
		flex-direction: column;
	}

}
