OER-WEB-TEAM / design-system--drupal-theme

1 stars 0 forks source link

Remove Drupal region padding #45

Closed AlexVanK closed 5 months ago

AlexVanK commented 5 months ago

Drupal adds padding to the all the region elements:

image

this creates an awkward difference in alignment

of top high-hierarchy elements:

image

Padding should be handled in the innermost available container element.

Luckily we can address this in the provided drupal SCSS image

AlexVanK commented 5 months ago

Taken care of.