Fix overflow issues
This commit is contained in:
parent
080150d2bc
commit
a6a31ca012
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@
|
||||||
--secondary-color: #99b;
|
--secondary-color: #99b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*, *:before, *:after {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue