summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2021-02-19 21:21:21 -0500
committerBrian Cully <bjc@kublai.com>2021-02-19 21:21:21 -0500
commit07692a0787b9b25163f393336798875e3bce1727 (patch)
tree9bba5136a8e945025be28e1dc463200661b75c3c /style.css
parent00d7a2c7f2ac1b6cf11a5124e31fccec2957b539 (diff)
downloadmolsim2-07692a0787b9b25163f393336798875e3bce1727.tar.gz
molsim2-07692a0787b9b25163f393336798875e3bce1727.zip
Make box border universal.
Diffstat (limited to 'style.css')
-rw-r--r--style.css1
1 files changed, 1 insertions, 0 deletions
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;
}