Skip to content

Commit f7ed51a

Browse files
committed
Remove extraneous box-sizing CSS
This is already done by `bootstrap.css`.
1 parent 97644a1 commit f7ed51a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/_static/css/landing.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
/* all icons from https://fontawesome.com/ */
2-
*,
3-
*::before,
4-
*::after {
5-
box-sizing: border-box;
6-
}
7-
82
:root {
93
/* START COLOR PALETTE */
104

@@ -54,7 +48,7 @@
5448
--viridis-purple-invert: linear-gradient(180deg, #355f8d, #440154);
5549
--viridis-blue-vert: linear-gradient(180deg, #414487, #21908d);
5650
/* END BACKGROUND GRADIENTS */
57-
51+
5852
/* FONTS */
5953
--regular: 400;
6054
--bold: 700;

0 commit comments

Comments
 (0)