Sha256: 05dae758dd193113484c10f3dfb701d7d0e7072708c75d94f5e1d3a7aa8a1db8

Contents?: true

Size: 760 Bytes

Versions: 1

Compression:

Stored size: 760 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;
}

.post-list li {
	display: block;
  padding: 20px 10px;
  margin: 5px;
  border: 1px solid #eee;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
miniscule-0.1.5 assets/main.scss