0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Added back the global box-sizing rule

This commit is contained in:
Sodbileg Gansukh 2023-10-17 17:29:44 +08:00
parent 422f486de4
commit 73aa6bc22e

View file

@ -287,6 +287,12 @@
/* Layout
/* ---------------------------------------------------------- */
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
overflow: hidden;
width: 100%;