-
+
+
-
-
{{ page.title }}
+{{ page.title }}
+
+
+
diff --git a/_sass/_digital-garden.scss b/_sass/_digital-garden.scss
index 59eef9c..773a5c5 100644
--- a/_sass/_digital-garden.scss
+++ b/_sass/_digital-garden.scss
@@ -47,6 +47,12 @@
width: 20rem;
}
+// Height Helper
+
+.min-vh-100-header-comp {
+ min-height: calc(100vh - 6rem);
+}
+
// Extended cursors
.grab:hover {
@@ -129,7 +135,7 @@
.note-contents {
blockquote {
margin: 0 0 0 0.5em;
- padding: 0.05em 0.5em;
+ padding: 0 0.5em;
border-left: 2px solid rgba($accent-color, 0.5);
}
@@ -159,10 +165,10 @@
display: block;
position: absolute;
z-index: 1;
- bottom: .5rem;
+ bottom: 0;
right: 0;
pointer-events: none;
- background-image: linear-gradient(to right, rgba(#fff, 0), rgba(#fff, 1) 50%);
- width: 150px;
- height: 1rem;
+ background-image: linear-gradient(rgba(#fff, 0), rgba(#fff, 1));
+ width: 100%;
+ height: 2rem;
}
\ No newline at end of file
{{ content }}
-
-