_sass/hydeout/_masthead.scss in jekyll-theme-hydeout-4.0.2 vs _sass/hydeout/_masthead.scss in jekyll-theme-hydeout-4.1.0

- old
+ new

@@ -1,25 +1,25 @@ // Masthead // // Super small header above the content for site name and short description. .masthead { - padding-top: 1rem; - padding-bottom: 1rem; margin-bottom: 3rem; + padding-bottom: 1rem; + padding-top: 1rem; } .masthead-title { - margin-top: 0; - margin-bottom: 0; color: $gray-5; + margin-bottom: 0; + margin-top: 0; a { color: inherit; } small { font-size: 75%; font-weight: 400; - opacity: .5; + opacity: 0.5; } }