While utilizing the Neat framework, I found that the column's gutter adjusts itself based on the window size, which is a common feature of grid frameworks. In my current project, I want to utilize the gutter-width ($gutter) as padding for certain elements either at the top or bottom.
Directly using the $gutter variable for padding works fine, but the issue arises when resizing the viewport as the padding doesn't adjust accordingly.
Is there a solution available for this challenge?