Sha256: 096f280764d4f8f9a493e3f3b1af3013946d0164a8e2128c75e6e433ec9ba285

Contents?: true

Size: 632 Bytes

Versions: 2

Compression:

Stored size: 632 Bytes

Contents

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

@import "minima";

.cover-image {
	background-image: url("{{ "assets/images/background.jpg" | 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

2 entries across 2 versions & 1 rubygems

Version Path
miniscule-0.1.1 assets/main.scss
miniscule-0.1.0 assets/main.scss