_sass/_layout.scss in jekyll-theme-mehdix-rtl-0.1.6 vs _sass/_layout.scss in jekyll-theme-mehdix-rtl-0.1.7

- old
+ new

@@ -185,12 +185,13 @@ .footer-col { float: none; width: -webkit-calc(100% - (#{$spacing-unit} / 2)); width: calc(100% - (#{$spacing-unit} / 2)); } + #footer_description, #gravatar_container, #footer_build_status, - .footer-heading, #license_link, .post-meta { + .footer-heading, #license_link { display: none; } #license { text-align: center; @@ -204,10 +205,14 @@ .social-media-list { display: flex; margin-top: 1em; } + #motto { + display: none; + } + .social-media-list li { margin-right: 4px; } ul, ol { @@ -227,17 +232,22 @@ font-size: 20px; } .post-list { margin-left: 0; + padding-right: initial; list-style: none; > li { margin-bottom: $spacing-unit; } } +.post-list h2 { + margin-bottom: initial; +} + .post-meta { font-size: $small-font-size; color: $grey-color; } @@ -246,11 +256,11 @@ font-size: 24px; font-weight: bold; } .post-header { - //margin-bottom: $spacing-unit; + margin-bottom: $spacing-unit; } .post-title { letter-spacing: -1px; line-height: 1.25; @@ -336,9 +346,10 @@ color: darken($brand-color, 20%); } h1, h2:not(.footer-heading), h3, h4, h5, h6 { color: darken($header-color, 20%); + margin-bottom: unset; } /* Style for glyphs in quotation marks, courtesy of EnigmaRM http://stackoverflow.com/a/16326442/157216 */ blockquote { border-left: none; \ No newline at end of file