Sha256: 851769d56047e0c32a5880363e383d389d8a12b29cd4234e2c7a8821a512c46f

Contents?: true

Size: 661 Bytes

Versions: 2

Compression:

Stored size: 661 Bytes

Contents

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

@import "minima";

.cover-image {
	background-image: url("{{ site.cover_image | default: "assets/default-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.4 assets/main.scss
miniscule-0.1.3 assets/main.scss