diff --git a/src/resources/vue/components/ItemCard.vue b/src/resources/vue/components/ItemCard.vue index 62ed83d..cdc9471 100644 --- a/src/resources/vue/components/ItemCard.vue +++ b/src/resources/vue/components/ItemCard.vue @@ -1,16 +1,94 @@ - \ No newline at end of file +} + diff --git a/src/resources/vue/pages/index.vue b/src/resources/vue/pages/index.vue index c82f939..9662c7b 100644 --- a/src/resources/vue/pages/index.vue +++ b/src/resources/vue/pages/index.vue @@ -1,8 +1,17 @@ diff --git a/src/resources/vue/scss/global.scss b/src/resources/vue/scss/global.scss index ba18583..e3324a5 100644 --- a/src/resources/vue/scss/global.scss +++ b/src/resources/vue/scss/global.scss @@ -1,3 +1,4 @@ +@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap'); @import './variables.scss'; html, body { @@ -8,4 +9,9 @@ html, body { h1, h2, h3, h4, h5, h6 { font-weight: bold; -} \ No newline at end of file + margin: 0; +} + +p { + margin: 0; +}