diff --git a/src/components/page/EcosystemRoadmapPdf.vue b/src/components/page/EcosystemRoadmapPdf.vue index 1954d671..7f661e55 100644 --- a/src/components/page/EcosystemRoadmapPdf.vue +++ b/src/components/page/EcosystemRoadmapPdf.vue @@ -1,16 +1,10 @@ @@ -114,8 +91,6 @@ query { text-align: center; &__date { - // margin-bottom: 3px; - text-transform: uppercase; font-weight: 600; margin-bottom: 0; @@ -128,20 +103,25 @@ query { font-size: var(--f-h5-text-size); } } - &__file { - margin-bottom: var(--f-gutter); + + &__file, + &__image { + padding-bottom: 32px; } + &__download { display: grid; justify-content: center; + a { min-width: 300px !important; margin: 0 !important; - // background: var(--color-neutral-dark-mode-02) !important; } } + &__message { padding-bottom: 58px; + p { max-width: 710px; font-size: 20px; diff --git a/src/components/summit/AnnouncementSection.vue b/src/components/summit/AnnouncementSection.vue index 0038e214..eafdf3ba 100644 --- a/src/components/summit/AnnouncementSection.vue +++ b/src/components/summit/AnnouncementSection.vue @@ -81,8 +81,7 @@ export default { gap: 6px; width: 100%; max-width: 261px; - padding-top: 25px; - padding-bottom: 22px; + padding: 22px 0; border-radius: 100px; font-size: 20px !important; font-weight: 700; diff --git a/src/components/summit/HeroSection.vue b/src/components/summit/HeroSection.vue index c03655bc..e62445aa 100644 --- a/src/components/summit/HeroSection.vue +++ b/src/components/summit/HeroSection.vue @@ -67,8 +67,7 @@ export default { gap: 6px; width: 100%; max-width: 261px; - padding-top: 25px; - padding-bottom: 22px; + padding: 22px 0; border-radius: 100px; font-size: 20px !important; font-weight: 700; @@ -83,6 +82,10 @@ export default { background-color: var(--color-newBrand-blue-04); color: var(--color-analog-primary-white); } + + span { + padding-top: 3px; + } } &__wrapper { diff --git a/src/layouts/DefaultLayout.vue b/src/layouts/DefaultLayout.vue index 363361d4..b14179f5 100644 --- a/src/layouts/DefaultLayout.vue +++ b/src/layouts/DefaultLayout.vue @@ -501,7 +501,6 @@ export default { if (path.includes("/ecosystem/ecosystem-roadmap")) { this.swirlBottomIsVisible = false; simpleFooter.classList.add("swirlIsOff"); - console.log("test" + this.swirlBottomIsVisible); } else { this.swirlBottomIsVisible = true; simpleFooter.classList.remove("swirlIsOff");