From 6dbbee5de9d4fe65e66a551d386248b47235d3c3 Mon Sep 17 00:00:00 2001 From: Zack Stickles Date: Fri, 14 Aug 2020 16:40:21 -0700 Subject: [PATCH] fix: style adjustments on kubecon page --- src/pages/kubecon-europe-2020.module.scss | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/pages/kubecon-europe-2020.module.scss b/src/pages/kubecon-europe-2020.module.scss index da4010f60..a5b2fbade 100644 --- a/src/pages/kubecon-europe-2020.module.scss +++ b/src/pages/kubecon-europe-2020.module.scss @@ -10,7 +10,7 @@ grid-gap: 2rem; @media (max-width: 760px) { - grid-template-columns: 1fr + grid-template-columns: 1fr; } } @@ -31,11 +31,10 @@ .point { text-align: center; - max-width: 400px; - margin: auto; + width: 100%; @media (max-width: 760px) { - margin-bottom: 40px; + margin-bottom: 40px; } } @@ -52,12 +51,12 @@ margin-left: 0.5rem; } -.videoGrid { - width: 400px; +.point h4 { + min-height: 3rem; } .highlightDiv { - margin: auto + margin: auto; } .highlightText {