From 07692a0787b9b25163f393336798875e3bce1727 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Fri, 19 Feb 2021 21:21:21 -0500 Subject: Make box border universal. --- print.css | 4 ---- style.css | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/print.css b/print.css index f227fcc..28e9763 100644 --- a/print.css +++ b/print.css @@ -1,7 +1,3 @@ -* { - box-sizing: border-box; -} - body { display: flex; background-color: white; diff --git a/style.css b/style.css index 4cb289f..0fb4523 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,5 @@ * { + box-sizing: border-box; padding: 0; margin: 0; } -- cgit v1.2.3