Initial commit of adonisjs boilerplate
This commit is contained in:
10
inertia/css/app.css
Normal file
10
inertia/css/app.css
Normal file
@ -0,0 +1,10 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
Reference in New Issue
Block a user