diff --git a/assets/sass/_hero.scss b/assets/sass/_hero.scss index 02d17ef5e9c0..8326d5a7e577 100644 --- a/assets/sass/_hero.scss +++ b/assets/sass/_hero.scss @@ -1,68 +1,65 @@ -header { +.header-hero { + @apply bg-purple-500 text-white py-8 px-4; - &.header-hero { - @apply bg-purple-500 text-white py-8 px-4; + &-dark { + @apply bg-purple-800; + } - &-dark { - @apply bg-purple-800; - } + @screen lg { + @apply py-24; + } + + h1 { + @apply text-white; + } + + .header-hero-items { @screen lg { - @apply py-24; + @apply flex; } - h1 { - @apply text-white; - } + .header-hero-item { - .header-hero-items { + // On large screens, hero items are distributed evenly with intersticial padding. @screen lg { - @apply flex; + @apply px-4 flex-1; } - .header-hero-item { - - // On large screens, hero items are distributed evenly with intersticial padding. + &:first-of-type { + @apply pr-0; @screen lg { - @apply px-4 flex-1; + @apply pl-0; } - &:first-of-type { - @apply pr-0; + p { + @apply text-xl text-purple-100 leading-relaxed; + } - @screen lg { - @apply pl-0; - } + .header-hero-actions { + @apply flex flex-col items-center mt-4; - p { - @apply text-xl text-purple-100 leading-relaxed; + @screen lg { + @apply inline-flex flex-row mt-2; } - .header-hero-actions { - @apply flex flex-col items-center mt-4; + .btn-lg { + @apply w-full text-center mb-4; @screen lg { - @apply inline-flex flex-row mt-2; - } - - .btn-lg { - @apply w-full text-center mb-4; - - @screen lg { - @apply mb-0 mr-4; - } + @apply mb-0 mr-4; } } } + } - &:last-of-type { - @apply text-white mt-0; + &:last-of-type { + @apply text-white mt-0; - @screen lg { - @apply pr-0; - } + @screen lg { + @apply pr-0; } } } diff --git a/layouts/page/about.html b/layouts/page/about.html index 087b360f9858..c1e20c8ecd84 100644 --- a/layouts/page/about.html +++ b/layouts/page/about.html @@ -78,6 +78,55 @@
© {{ now.Format "2006" }} Pulumi. All rights reserved.
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index d291c336e2db..04a134143b03 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,4 +1,4 @@ -