diff --git a/client/src/templates/Introduction/intro.css b/client/src/templates/Introduction/intro.css index 516fe03a71..c075ec73e4 100644 --- a/client/src/templates/Introduction/intro.css +++ b/client/src/templates/Introduction/intro.css @@ -14,6 +14,11 @@ flex-direction: row; } +.block-title-wrapper .block-link { + flex-grow: 3; + flex-basis: 0; +} + .block-link:hover, .block-link:focus, .block-link:active { @@ -59,6 +64,10 @@ justify-content: center; padding: 25px 15px 10px 0px; margin: 0 0 0.6rem; + flex-grow: 2; + flex-basis: 0; + font-size: 0.8rem; + text-align: center; } .course-title { @@ -240,6 +249,14 @@ button.map-title { font-size: 1.17rem; } + .block-title-wrapper { + flex-direction: column; + } + + .block-cta-wrapper { + padding: 25px 15px 10px 15px; + } + .course-title, .map-cert-title, .map-challenge-title {