Skip to content

Commit cc2aa5e

Browse files
Use border-box sizing (#417)
1 parent fdd8fd2 commit cc2aa5e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

assets/theme-css/styles.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ body {
22
margin: 0;
33
}
44

5+
*,
6+
::after,
7+
::before {
8+
box-sizing: border-box;
9+
}
10+
511
/**
612
* See `code.literal` in
713
* src/pydata_sphinx_theme/assets/styles/content/_code.scss

0 commit comments

Comments
 (0)