diff --git a/src/components/WelcomeWorld.vue b/src/components/WelcomeWorld.vue index b7e6506..953d8d3 100644 --- a/src/components/WelcomeWorld.vue +++ b/src/components/WelcomeWorld.vue @@ -1,16 +1,104 @@ diff --git a/src/styles/app.scss b/src/styles/app.scss index 0034a62..a104946 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -1,5 +1,9 @@ @charset "utf-8"; @import url('https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap'); + +$primary: #2C3A47; +$link: #58B19F; + @import '~bulma/bulma.sass'; html { @@ -10,7 +14,6 @@ html { body { font-family: 'Courier Prime', monospace; height: 100vh; - // width: 5000px; } @media screen and (min-width: 769px) { diff --git a/src/views/Home.vue b/src/views/Home.vue index 2ac607d..d9cbe03 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -1,31 +1,6 @@