Sha256: 2408eb23a37c5dfbc8e92d6fc4857044bd2ad68f760c2f1c3964351a51274573
Contents?: true
Size: 748 Bytes
Versions: 9
Compression:
Stored size: 748 Bytes
Contents
.content { p { min-height: $font-size-base * $line-height-base; } h1 { min-height: $h1-font-size * $headings-line-height; } h2 { min-height: $h2-font-size * $headings-line-height; } h3 { min-height: $h3-font-size * $headings-line-height; } h4 { min-height: $h4-font-size * $headings-line-height; } h5 { min-height: $h5-font-size * $headings-line-height; } h6 { min-height: $h6-font-size * $headings-line-height; } iframe { border: 0; } audio { width: 100%; } img, video, & > iframe { @extend .img-fluid; @extend .d-block; @extend .mx-auto; height: auto; } & > * { margin-bottom: 1rem; &:last-child { margin-bottom: 0; } } }
Version data entries
9 entries across 9 versions & 1 rubygems