mirror of
https://github.com/danbulant/Mangades
synced 2026-06-16 21:01:18 +00:00
better sizing calculations
This commit is contained in:
parent
c59abde360
commit
7d32b44da4
1 changed files with 4 additions and 0 deletions
|
|
@ -76,3 +76,7 @@ button:focus, .button:focus, button:hover, .button:hover {
|
|||
border-color: #666;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
Loading…
Reference in a new issue