Basic CSS cleanup
This commit is contained in:
parent
0a5a6ef0a4
commit
891f15dddf
3 changed files with 5 additions and 6 deletions
|
@ -23,10 +23,4 @@
|
||||||
font-size: 4em;
|
font-size: 4em;
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 640px) {
|
|
||||||
main {
|
|
||||||
max-width: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
4
src/global.css
Normal file
4
src/global.css
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
body
|
||||||
|
{
|
||||||
|
margin: 0;
|
||||||
|
}
|
|
@ -1,3 +1,4 @@
|
||||||
|
import './global.css'
|
||||||
import App from './App.svelte';
|
import App from './App.svelte';
|
||||||
|
|
||||||
const app = new App({
|
const app = new App({
|
||||||
|
|
Loading…
Reference in a new issue