_sass/tao/_header.scss in jekyll-theme-tao-0.1.0 vs _sass/tao/_header.scss in jekyll-theme-tao-1.0.0

- old
+ new

@@ -3,10 +3,11 @@ */ .masthead { margin-top: var(--spacing); margin-bottom: calc(3 * var(--spacing)); + text-align: center; } .masthead-title { margin: 0; @@ -43,7 +44,13 @@ &:hover, &:focus { text-decoration: none; color: var(--body-color-dark); + } +} + +@media screen and (min-width: $screen-laptop) { + .masthead { + text-align: left; } }