better sizing calculations

This commit is contained in:
Daniel Bulant 2022-12-09 19:56:23 +01:00
parent c59abde360
commit 7d32b44da4

View file

@ -76,3 +76,7 @@ button:focus, .button:focus, button:hover, .button:hover {
border-color: #666;
text-decoration: none;
}
* {
box-sizing: border-box;
}