We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd8fd2 commit cc2aa5eCopy full SHA for cc2aa5e
1 file changed
assets/theme-css/styles.css
@@ -2,6 +2,12 @@ body {
2
margin: 0;
3
}
4
5
+*,
6
+::after,
7
+::before {
8
+ box-sizing: border-box;
9
+}
10
+
11
/**
12
* See `code.literal` in
13
* src/pydata_sphinx_theme/assets/styles/content/_code.scss
0 commit comments