Sha256: 976e5158d07b8d3410daac024562441f1b5522f84d17e22c08c432b596070c3e

Contents?: true

Size: 879 Bytes

Versions: 5

Compression:

Stored size: 879 Bytes

Contents

h1, h2, h3, h4, h5, h6 {
	font-family: $font_headers;
	color: $color_1;
	font-size: 24px;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2.75rem;
}

h3 {
	font-size: 2.5rem;
}

h4 {
	font-size: 2.25rem;
}

h5 {
	font-size: 2rem;
}

h6 {
	font-size: 1.75rem;
}

p {
	font-family: $font_body;
	font-size: 1rem;
}


ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

a {
	color: $color_1;
	text-decoration: none;
}

ul a {
	font-family: $font_headers;
	font-size: 0.9em;
}

blockquote {
	background-color: #efefef;
	padding: 12px;
	margin: 12 24px;
	font-style: italic;
	color: #666;
}

@media screen and (max-width: $screen_small) {
	h1 {
		font-size: 2.5rem;
	}

	h2 {
		font-size: 2.25rem;
	}

	h3 {
		font-size: 2rem;
	}

	h4 {
		font-size: 1.75rem;
	}

	h5 {
		font-size: 1.5rem;
	}

	h6 {
		font-size: 1.25rem;
	}

	p {
		font-family: $font_body;
		font-size: 1rem;
	}	
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
eli-theme-0.1.5 _sass/typography/typography.scss
eli-theme-0.1.4 _sass/typography/typography.scss
eli-theme-0.1.3 _sass/typography/typography.scss
eli-theme-0.1.2 _sass/typography/typography.scss
eli-theme-0.1.1 _sass/typography/typography.scss