diff --git a/crates/frontend/public/assets/style.css b/crates/frontend/public/assets/style.css index 9d23ceb..2876913 100644 --- a/crates/frontend/public/assets/style.css +++ b/crates/frontend/public/assets/style.css @@ -1,3 +1,7 @@ body { font-family: sans-serif; } + +* { + box-sizing: border-box; +} diff --git a/crates/frontend/public/templates/layouts/default.html b/crates/frontend/public/templates/layouts/default.html index 0c6bec1..4467557 100644 --- a/crates/frontend/public/templates/layouts/default.html +++ b/crates/frontend/public/templates/layouts/default.html @@ -6,11 +6,6 @@