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