Skip to content

Commit 75ddbc8

Browse files
committed
Applied border box styling for all the pages
1 parent d2e5613 commit 75ddbc8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/templates/layout.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,9 @@ const Layout = ({ children }) => {
229229
font-family: ${theme.fonts.body};
230230
color: ${theme.colors.black[1]};
231231
}
232+
* {
233+
box-sizing: border-box;
234+
}
232235
`}
233236
/>
234237
<Container>

0 commit comments

Comments
 (0)