mirror of
https://github.com/danog/sass-site.git
synced 2024-12-04 18:38:12 +01:00
18 lines
331 B
SCSS
18 lines
331 B
SCSS
img {
|
|
display: inline-block;
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
hr {
|
|
$new-spacing: ($base-line-height - 1) / $base-line-height;
|
|
@include leader($new-spacing);
|
|
@include trailer($new-spacing);
|
|
border-top-color: $color-border;
|
|
}
|
|
|
|
figure {
|
|
@extend %block-text;
|
|
@include breakpoint($tablet-large) { max-width: 50%; }
|
|
}
|