[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() mounted()
{ {
document.title = config.title; document.title = config.title;
console.log()
} }
} }
</script> </script>
@@ -40,6 +39,7 @@
#title #title
{ {
background: lightblue;
height: 100vh;
} }
</style> </style>