fix
This commit is contained in:
10
src/assets/css/style.css
Normal file
10
src/assets/css/style.css
Normal file
@@ -0,0 +1,10 @@
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user