Sha256: 6cd5e00cdc06be0147b214e7686e1ecd8134dfcacf5ad34ec85e04ebe1b7916b

Contents?: true

Size: 1.15 KB

Versions: 10

Compression:

Stored size: 1.15 KB

Contents

///
/// Forty by HTML5 UP
/// html5up.net | @ajlkn
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
///

/* Section/Article */

	section, article {
		&.special {
			text-align: center;
		}
	}

	header {
		&.major {
			width: -moz-max-content;
			width: -webkit-max-content;
			width: -ms-max-content;
			width: max-content;
			margin-bottom: _size(element-margin);

			> :first-child {
				margin-bottom: 0;
				width: calc(100% + 0.5em);

				&:after {
					content: '';
					background-color: _palette(fg-bold);
					display: block;
					height: 2px;
					margin: 0.325em 0 0.5em 0;
					width: 100%;
				}
			}

			> p {
				font-size: 0.7em;
				font-weight: _font(weight-bold);
				letter-spacing: _font(letter-spacing-alt);
				margin-bottom: 0;
				text-transform: uppercase;
			}

			body.is-ie & {
				> :first-child {
					&:after {
						max-width: 9em;
					}
				}

				> h1 {
					&:after {
						max-width: 100% !important;
					}
				}
			}
		}

		@include breakpoint(small) {
			&.major {
				> p {
					br {
						display: none;
					}
				}
			}
		}
	}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fortyone-jekyll-theme-1.2.3 _sass/components/_section.scss
fortyone-jekyll-theme-1.2.2 _sass/components/_section.scss
fortyone-jekyll-theme-1.2.1 _sass/components/_section.scss
fortyone-jekyll-theme-1.2.0 _sass/components/_section.scss
fortyone-jekyll-theme-1.1.0 _sass/components/_section.scss
fortyone-jekyll-theme-1.0.4 _sass/components/_section.scss
fortyone-jekyll-theme-1.0.3 _sass/components/_section.scss
fortyone-jekyll-theme-1.0.2 _sass/components/_section.scss
fortyone-jekyll-theme-1.0.1 _sass/components/_section.scss
fortyone-jekyll-theme-1.0.0 _sass/components/_section.scss