mirror of
https://github.com/danbulant/Mangades
synced 2026-07-03 01:50:43 +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;
|
border-color: #666;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue