diff --git a/assets/styles/main.scss b/assets/styles/main.scss index 19c060e8..c7a35286 100644 --- a/assets/styles/main.scss +++ b/assets/styles/main.scss @@ -5,6 +5,4 @@ html { height: 100%; margin: 0; padding: 0; - // color: $white; - // background-color: $black; } diff --git a/assets/styles/tailwind.css b/assets/styles/tailwind.css index ec85cac7..64163bdb 100644 --- a/assets/styles/tailwind.css +++ b/assets/styles/tailwind.css @@ -7,16 +7,12 @@ .title-h1 { @apply font-title text-9xl; font-weight: 600; - /* line-height: 1; */ line-height: 0.9; color: #232323; } .title-h2 { - /* @apply font-title text-8xl; */ - /* @apply text-7xl; */ @apply text-5xl sm:text-6xl lg:text-7xl; - /* @apply lg:text-7xl; */ font-weight: 600; line-height: 1.1; diff --git a/assets/svg/file:/home/tommy/Downloads/Group(12).svg b/assets/svg/file:/home/tommy/Downloads/Group(12).svg deleted file mode 100644 index e69de29b..00000000 diff --git a/components/ArrowButton.vue b/components/ArrowButton.vue index 39519640..8b5f81d9 100644 --- a/components/ArrowButton.vue +++ b/components/ArrowButton.vue @@ -1,10 +1,10 @@ - - diff --git a/components/IconWithText.vue b/components/IconWithText.vue index 5dcb52eb..6d3d5f3c 100644 --- a/components/IconWithText.vue +++ b/components/IconWithText.vue @@ -1,12 +1,11 @@ @@ -18,12 +17,11 @@ defineProps({ }, link: { type: String, - required: true - } + required: true, + }, }) - \ No newline at end of file + diff --git a/components/PlatformsList.vue b/components/PlatformsList.vue index 6b674999..cdcae769 100644 --- a/components/PlatformsList.vue +++ b/components/PlatformsList.vue @@ -23,27 +23,27 @@ type Platform = { const platforms: Array = [ { name: 'Docker', - url: URLS.dockerNode, + url: URLS.docker_node, icon, }, { name: 'Windows', - url: URLS.windowsNode, + url: URLS.windows_node, icon, }, { name: 'macOS', - url: URLS.macosNode, + url: URLS.macos_node, icon, }, { name: 'GNU/Linux', - url: URLS.linuxNode, + url: URLS.linux_node, icon, }, { name: 'Rasberry Pi', - url: URLS.rasberrypiNode, + url: URLS.rasberrypi_node, icon, }, ] diff --git a/components/RoundedIcon.vue b/components/RoundedIcon.vue index 111e988b..9eb6b18f 100644 --- a/components/RoundedIcon.vue +++ b/components/RoundedIcon.vue @@ -1,5 +1,5 @@ \ No newline at end of file + + diff --git a/components/cards/OutOfBoundariesCard.vue b/components/cards/OutOfBoundariesCard.vue index e64f48a9..dcdd7d24 100644 --- a/components/cards/OutOfBoundariesCard.vue +++ b/components/cards/OutOfBoundariesCard.vue @@ -1,3 +1,6 @@ + + \ No newline at end of file + diff --git a/components/sections/BuildSection.vue b/components/sections/BuildSection.vue index a90ad56a..4f06b501 100644 --- a/components/sections/BuildSection.vue +++ b/components/sections/BuildSection.vue @@ -1,17 +1,17 @@