[S] Make title very high

This commit is contained in:
Hykilpikonna
2019-12-22 22:27:12 -05:00
parent 6c49cb29b6
commit 40eae210ca
+2 -2
View File
@@ -23,7 +23,6 @@
mounted()
{
document.title = config.title;
console.log()
}
}
</script>
@@ -40,6 +39,7 @@
#title
{
background: lightblue;
height: 100vh;
}
</style>