2013-10-09 12:30:53 +02:00
|
|
|
img {
|
|
|
|
display: inline-block;
|
2014-07-11 04:28:14 +02:00
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
2013-10-09 12:30:53 +02:00
|
|
|
}
|
2013-02-09 04:10:33 +01:00
|
|
|
|
2012-11-28 12:09:54 +01:00
|
|
|
hr {
|
2013-10-09 12:30:53 +02:00
|
|
|
$new-spacing: ($base-line-height - 1) / $base-line-height;
|
|
|
|
@include leader($new-spacing);
|
|
|
|
@include trailer($new-spacing);
|
2014-07-27 23:44:36 +02:00
|
|
|
border-top-color: $color-border;
|
2012-11-28 12:09:54 +01:00
|
|
|
}
|
2013-10-17 09:20:58 +02:00
|
|
|
|
2014-07-11 04:28:14 +02:00
|
|
|
figure {
|
|
|
|
@extend %block-text;
|
|
|
|
@include breakpoint($tablet-large) { max-width: 50%; }
|
|
|
|
}
|