diff --git a/src/styles/base/_reset.scss b/src/styles/base/_reset.scss index ac6dbbc..17a635e 100644 --- a/src/styles/base/_reset.scss +++ b/src/styles/base/_reset.scss @@ -1,8 +1,8 @@ * { margin: 0; padding: 0; - text-decoration: none; - outline: none; border: none; + outline: none; + text-decoration: none; box-sizing: border-box; }