source/css/shibori/scss/components/_readmore.scss in shibori-1.5.0 vs source/css/shibori/scss/components/_readmore.scss in shibori-1.5.1.beta1

- old
+ new

@@ -1,11 +1,17 @@ // ========================================================================== // Read More snippet // ========================================================================== -p.read-more { - margin-bottom: 0; +.read-more { + margin-bottom: 30px; - [data-readmore-toggle] { + :last-child { + margin-bottom: 0; + } + + & + [data-readmore-toggle] { + margin-top: -20px; margin-bottom: $space; + display: block; } -} +} \ No newline at end of file