[S] Apply background properties to all

This commit is contained in:
Hykilpikonna
2019-12-23 10:24:19 -05:00
parent c9ee985799
commit 5e11ae032e
+9
View File
@@ -135,6 +135,15 @@
</script>
<style lang="scss">
// Global div property
div
{
// Center and scale the image nicely
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
#app
{
font-family: 'Avenir', Helvetica, Arial, sans-serif;