Open arcdev1 opened 2 years ago
The <Main> component used by <DefaultTemplate> and <AppTemplate> adds the container class to the <main> element which prevents full width content on the main section of the page.
<Main>
<DefaultTemplate>
<AppTemplate>
container
<main>
Fixing this will cause a breaking change. Will need to be part of v2.
This will address #33
The
<Main>
component used by<DefaultTemplate>
and<AppTemplate>
adds thecontainer
class to the<main>
element which prevents full width content on the main section of the page.Fixing this will cause a breaking change. Will need to be part of v2.
This will address #33