Skip to content

Commit

Permalink
Remove extraneous box-sizing CSS
Browse files Browse the repository at this point in the history
This is already done by `bootstrap.css`.
  • Loading branch information
QuLogic committed Jun 29, 2024
1 parent 97644a1 commit f7ed51a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/_static/css/landing.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
/* all icons from https://fontawesome.com/ */
*,
*::before,
*::after {
box-sizing: border-box;
}

:root {
/* START COLOR PALETTE */

Expand Down Expand Up @@ -54,7 +48,7 @@
--viridis-purple-invert: linear-gradient(180deg, #355f8d, #440154);
--viridis-blue-vert: linear-gradient(180deg, #414487, #21908d);
/* END BACKGROUND GRADIENTS */

/* FONTS */
--regular: 400;
--bold: 700;
Expand Down

0 comments on commit f7ed51a

Please sign in to comment.