?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/cryptoimpot.fr/wp-content/themes/blocksy/static/sass/frontend/5-modules/menu/



?? Go up: /home/webdevt/www/cryptoimpot.fr/wp-content/themes/blocksy/static/sass/frontend/5-modules

?? Viewing: menu-inline.scss

.mobile-menu-inline,
.footer-menu-inline {

	ul {
		flex-wrap: wrap;
		justify-content: var(--horizontal-alignment);
		row-gap: calc(var(--menu-items-spacing, 25px) / 2);
		margin: 0 calc(var(--menu-items-spacing, 25px) / 2 * -1);
	}
}


// footer menu specific
.footer-menu-inline {
	--menu-item-alignment: var(--horizontal-alignment);

	li {
		width: var(--menu-item-width);
	}
}


??

??