assets/main.scss in miniscule-0.1.7 vs assets/main.scss in miniscule-0.1.9
- old
+ new
@@ -3,34 +3,39 @@
---
@import "minima";
.cover-image {
- background-image: url("{{ site.cover_image | default: "assets/default-background.jpg" | relative_url }}");
- height: 200px;
+// background-image: url("{{ site.cover_image | default: "assets/default-background.jpg" | relative_url }}");
+ background-color: skyblue;
background-size: cover;
background-position: center left;
background-repeat: no-repeat;
+ padding: 10px 0;
+ border-bottom: 1px solid #e8e8e8;
}
.site-logo {
- width: 100px;
- height: 100px;
+ width: 50px;
+ height: 50px;
vertical-align: middle;
border-radius: 50%;
- position: relative;
- top: -50px;
- border: solid white 3px;
+ border: solid white 2px;
}
-.site-header .wrapper {
- margin-bottom: -40px;
+.site-title,
+.site-title:active,
+.site-title:visited {
+ font-family: 'Nunito', sans-serif;
+ font-weight: bold;
+ color: white;
+ margin-left: 0.5em;
}
-.site-title, h2 {
- font-family: "Avenir Next W01", "Avenir Next", "Avenir", helvetica, arial, sans-serif;
- font-weight: bold;
+h1, h2 {
+ font-family: 'Nunito', sans-serif;
+ font-weight: bold;
}
.trigger {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@@ -77,6 +82,30 @@
}
article.post img {
display: block;
margin: 20px auto;
+}
+
+.badge {
+ display: inline-block;
+ padding: .25em .4em;
+ font-size: 75%;
+/* font-weight: 700; */
+ line-height: 1;
+ text-align: center;
+ white-space: nowrap;
+ vertical-align: baseline;
+ border-radius: .25rem;
+
+ color: #fff;
+ background-color: #6c757d;
+}
+
+.share-linkedin {
+ vertical-align: middle;
+ text-align: right;
+ border: beige;
+ font-size: small;
+ font-weight: normal;
+ font-style: italic;
}