_sass/_layout.scss in jekyll-theme-mehdix-rtl-3.1.2 vs _sass/_layout.scss in jekyll-theme-mehdix-rtl-3.2.0

- old
+ new

@@ -18,10 +18,19 @@ @include media-query($on-laptop) { width: 89vw; } } +header nav { + display: inline; + margin-right: 1em; + a { + color: $anti-color; + font-size: small; + } +} + .site-title { font-size: 26px; line-height: 56px; letter-spacing: -1px; color: $anti-color; @@ -43,10 +52,11 @@ } } .post-list-mini { list-style: none; + a { color: $text-color; } .post-list-item { display: flex; @@ -55,9 +65,16 @@ flex-basis: 120px; flex-shrink: 0; } .list-line { flex-grow: 1; + } + h1, h2, h3, h4, h5, h6 { + margin-top: 0; + margin-bottom: 0; + } + @include media-query($on-palm) { + padding-right: 1em; } } .meta { font-size: $small-font-size; \ No newline at end of file