mmistakes / minimal-mistakes

:triangular_ruler: Jekyll theme for building a personal site, blog, project documentation, or portfolio.
https://mmistakes.github.io/minimal-mistakes/
MIT License
12.48k stars 25.74k forks source link

Easy way to configure padding around elements? #2085

Closed askmrsinh closed 5 years ago

askmrsinh commented 5 years ago

Hi,

Excellent theme! However, I was wondering if there is an easy way (without editing scss files) to configure the padding around elements.

mmistakes commented 5 years ago

There is not. This is something purely done via CSS.

askmrsinh commented 5 years ago

Okay, so there are no helper classes that can be used here. Does this seem like a good idea for a future release? In my opinion helper classes (like the existing classes: wide) can greatly simplify certain common customization like padding and font configuration without having the user to touch any CSS.