You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During work on #892, I noticed that the change padding needed to be made in 3 places to keep the layout consistent. Padding should be set once to make it easier to manage layout styles. Additionally, the header and footer have the same value for maxW, a possible change also requires updating the two styles in completely different places.
During work on #892, I noticed that the change
padding
needed to be made in 3 places to keep the layout consistent. Padding should be set once to make it easier to manage layout styles. Additionally, the header and footer have the same value formaxW
, a possible change also requires updating the two styles in completely different places.acre/dapp/src/components/Layout.tsx
Line 36 in 51788f6
acre/dapp/src/components/Header/index.tsx
Lines 12 to 18 in 51788f6
acre/dapp/src/theme/Footer.ts
Lines 20 to 22 in 51788f6
Let's update the
Layout
component and simplify the styles forHeader
,Footer
and main content.The text was updated successfully, but these errors were encountered: