diff --git a/dist/app.css b/dist/app.css index 3c488c0..4c5639a 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12847,7 +12847,7 @@ section.intro-slide { background-position: center; background-size: cover; background-repeat: no-repeat; - padding: 12rem 0; + padding: 20rem 0; } section.intro-slide:before { content: ""; @@ -12870,6 +12870,7 @@ section.intro-slide h1, section.intro-slide .h1 { } section.intro-slide p { font-size: 34px; + margin-bottom: 0; } .callout-page, .callout-category { diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 8b074ce..f226ac2 100644 --- a/dist/mix-manifest.json +++ b/dist/mix-manifest.json @@ -1,4 +1,4 @@ { "/app.js": "/app.js?id=8af0c9c0d989b79afe124f8138dc1a63", - "/app.css": "/app.css?id=8be8624effedbc1c0bdfc6f7318e1c79" + "/app.css": "/app.css?id=6af9463b25ba6c06c830d82bfef5a914" } diff --git a/src/scss/intro-slide.scss b/src/scss/intro-slide.scss index 1dfc26e..fa606a1 100644 --- a/src/scss/intro-slide.scss +++ b/src/scss/intro-slide.scss @@ -3,7 +3,7 @@ section.intro-slide { background-position: center; background-size: cover; background-repeat: no-repeat; - padding: 12rem 0; + padding: 20rem 0; &:before { content: ""; @@ -30,5 +30,6 @@ section.intro-slide { p { font-size: 34px; + margin-bottom: 0; } }