mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 14:37:21 +01:00
8 lines
84 B
CSS
8 lines
84 B
CSS
html {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
*, *:before, *:after {
|
|
box-sizing: inherit;
|
|
}
|