27.12.2022, 07:43
This CSS will scale widgets on the main page by a factor of 1.33. All other pages are not affected by this CSS.
Code:
.route_main #widgets {
transform: scale(1.33);
transform-origin: 0 0;
}