sass-site/source/assets/css/foundation/_media.scss

18 lines
331 B
SCSS
Raw Normal View History

2013-10-09 12:30:53 +02:00
img {
display: inline-block;
max-width: 100%;
height: auto;
2013-10-09 12:30:53 +02:00
}
2013-02-09 04:10:33 +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);
border-top-color: $color-border;
}
2013-10-17 09:20:58 +02:00
figure {
@extend %block-text;
@include breakpoint($tablet-large) { max-width: 50%; }
}