move all css reset to reset.css
This commit is contained in:
parent
18df3ea018
commit
8f95984538
|
@ -1,10 +1,6 @@
|
||||||
/*
|
@import "normalize.css";
|
||||||
Define your resets here or use something like Normalize.css if you like
|
|
||||||
*/
|
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue