Sha256: c721fe6d733ca21cc17189cad5f7f1b3950e6d81e22db069b8ae5cff0c3afa68

Contents?: true

Size: 618 Bytes

Versions: 1

Compression:

Stored size: 618 Bytes

Contents

---
# Only the main Sass file needs front matter (the dashes are enough)
---

@import "minima";

.cover-image {
	background-image: url("{{ site.cover_image | relative_url }}");
	height: 200px;
	background-size: cover;
	background-position: center left;
	background-repeat: no-repeat;
}

.site-logo {
	width: 100px;
	height: 100px;
	vertical-align: middle;
	border-radius: 50%;
	position: relative;
	top: -50px;
	border: solid white 3px;
}

.site-header .wrapper {
	margin-bottom: -40px;
}

.site-title, h2 {
	font-family: "Avenir Next W01", "Avenir Next", "Avenir", helvetica, arial, sans-serif;
	font-weight: bold;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
miniscule-0.1.2 assets/main.scss