HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/vfconf/wp-content/plugins/so-widgets-bundle/widgets/button-grid/styles/default.less
@responsive_breakpoint: 780px;

@desktop_alignment: space-between;
@desktop_columns: 3;
@desktop_gap: 20px;

@mobile_alignment: center;
@mobile_columns: 3;
@mobile_gap: 20px;

.sow-buttons-grid {
	align-items: center;
	display: grid;
	gap: @desktop_gap;
	grid-template-columns: repeat(@desktop_columns, minmax(100px, 1fr));


	@media (max-width: @responsive_breakpoint) {
		display: grid;
		gap: @mobile_gap;
		grid-template-columns: repeat(@mobile_columns, minmax(100px, 1fr));
	}
}