From 2ff1ff35203fafe92e9d26ba3db60831950cefb2 Mon Sep 17 00:00:00 2001 From: MariaPaula Trujillo Date: Thu, 31 Aug 2023 17:54:37 +0200 Subject: [PATCH 1/3] Apply review suggestions --- static/sass/styles.scss | 10 ++++++++++ templates/index.html | 20 ++++++++++---------- templates/partial/_get-started-linux.html | 2 +- 3 files changed, 21 insertions(+), 11 deletions(-) diff --git a/static/sass/styles.scss b/static/sass/styles.scss index 62ccf168..323c4d78 100644 --- a/static/sass/styles.scss +++ b/static/sass/styles.scss @@ -126,3 +126,13 @@ overflow: scroll; } } + +.is-landing { + display: flex; + justify-content: space-between; + padding-top: .5rem; + + @media screen and (max-width: $breakpoint-small - 1) { + flex-direction: column; + } +} diff --git a/templates/index.html b/templates/index.html index 44e41f98..fb94a377 100644 --- a/templates/index.html +++ b/templates/index.html @@ -18,7 +18,7 @@

The lightweight Kubernetes


-
+
Get started Watch an intro to MicroK8s  › @@ -78,7 +78,7 @@

For software vendors


-
+

Hassle-free Kubernetes

The simplest way to get K8s anywhere

@@ -129,7 +129,7 @@

Install MicroK8s


-
+

Enterprise support option, no licence fees

@@ -144,7 +144,7 @@

Enterprise support option, no licence fees


-
+

Zero-ops infrastructure

@@ -179,7 +179,7 @@

The most popular cloud native projects
at your fin

-
+

Minimal, CNCF-certified distribution

@@ -204,7 +204,7 @@

Minimal, CNCF-certified distribution


-
+

Automatic security updates and streamlined upgrades

@@ -218,7 +218,7 @@

Automatic security updates and streamlined upgrades


-
+

Experience MicroK8s

@@ -235,7 +235,7 @@

Experience MicroK8s


-
+

MicroK8s and Kubernetes resources

@@ -288,7 +288,7 @@

Whitepaper


-
+

Looking for a more composable Kubernetes?

@@ -303,7 +303,7 @@

Looking for a more composable Kubernetes?

-

Insure your MicroK8s clusters with enterprise support

+

Insure your MicroK8s clusters
with
enterprise support

Get in touch with our team of Kubernetes experts

Contact us

diff --git a/templates/partial/_get-started-linux.html b/templates/partial/_get-started-linux.html index 93e37a58..13cb7c1c 100644 --- a/templates/partial/_get-started-linux.html +++ b/templates/partial/_get-started-linux.html @@ -1,6 +1,6 @@
- +
    From 9e7cf728a84f5809b87d3d5e3eb9924d9270d443 Mon Sep 17 00:00:00 2001 From: MariaPaula Trujillo Date: Thu, 31 Aug 2023 17:57:38 +0200 Subject: [PATCH 2/3] Add missing alt text --- templates/partial/_get-started-linux.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/partial/_get-started-linux.html b/templates/partial/_get-started-linux.html index 13cb7c1c..14db8dcd 100644 --- a/templates/partial/_get-started-linux.html +++ b/templates/partial/_get-started-linux.html @@ -1,6 +1,6 @@
    - + Linux
      From e27f97923466f7eae555832c5dec8f77ca8c9e3e Mon Sep 17 00:00:00 2001 From: MariaPaula Trujillo Date: Fri, 1 Sep 2023 14:29:55 +0200 Subject: [PATCH 3/3] Apply review suggestions --- static/sass/styles.scss | 14 +++++++++++--- templates/index.html | 9 +++++++-- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/static/sass/styles.scss b/static/sass/styles.scss index 323c4d78..941313ba 100644 --- a/static/sass/styles.scss +++ b/static/sass/styles.scss @@ -128,11 +128,19 @@ } .is-landing { - display: flex; + display: grid; + grid-auto-flow: column; justify-content: space-between; - padding-top: .5rem; + padding-top: $spv--small; @media screen and (max-width: $breakpoint-small - 1) { - flex-direction: column; + grid-auto-flow: row; + } +} + +// Maintain typography bottom padding on mobile +#resources-heading { + @media screen and (max-width: $breakpoint-small - 1) { + padding-bottom: $spv--strip-regular; } } diff --git a/templates/index.html b/templates/index.html index fb94a377..e75da34e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -235,7 +235,7 @@

      Experience MicroK8s


      -
      +

      MicroK8s and Kubernetes resources

      +