Sha256: a45a01feec52868f4d7237dc659dfc91976a0a57ca6ebe652dd34308b7a6a976

Contents?: true

Size: 788 Bytes

Versions: 14

Compression:

Stored size: 788 Bytes

Contents

/* Header */

#footer {
	z-index: 1000;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	@include vendor('display', 'flex');
	@include vendor('justify-content', 'space-between');
	color: _palette(accent4);

	.copyright {
		li {
			display: inline-block;
			margin-left: 1em;
			padding-left: 1em;
			border-left: solid 1px rgba(255, 255, 255, 0.25);
			line-height: 1em;

			&:first-child {
				border-left: 0;
				margin-left: 0;
				padding-left: 0;
			}
		}
	}

	@include breakpoint('<=small') {
		@include vendor('flex-direction', 'column');
		text-align: center;
		padding: 3em;

		.copyright {
			li {
				display: block;
				margin: 0.75em 0 0 0;
				padding-left: 0;
				border-left: 0;

				&:first-child {
					margin-top: 0;
				}
			}
		}
	}
}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
jekyll-theme-ethereal-0.4.4 _sass/layout/_footer.scss
jekyll-theme-ethereal-0.4.3 _sass/layout/_footer.scss
jekyll-theme-ethereal-0.4.2 _sass/layout/_footer.scss
jekyll-theme-ethereal-0.4.1 _sass/layout/_footer.scss
jekyll-theme-ethereal-0.4.0 _sass/layout/_footer.scss
jekyll-theme-ethereal-0.3.3 _sass/layout/_footer.scss
jekyll-theme-ethereal-0.3.1 _sass/layout/_footer.scss
jekyll-theme-ethereal-0.3.0 _sass/layout/_footer.scss
jekyll-theme-ethereal-0.2.4 _sass/layout/_footer.scss
jekyll-theme-ethereal-0.2.3 _sass/layout/_footer.scss
jekyll-theme-ethereal-0.2.2 _sass/layout/_footer.scss
jekyll-theme-ethereal-0.2.1 _sass/layout/_footer.scss
jekyll-theme-ethereal-0.2.0 _sass/layout/_footer.scss
jekyll-theme-ethereal-0.1.0 _sass/layout/_footer.scss