diff --git a/_includes/header.html b/_includes/header.html
index 9716c08..7e7eb6e 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -4,36 +4,36 @@
{{ page.title }}
+
+
+
+
+
+
+
+
+
+
{{ page.title }}
+ {% if page.category == 'releases' %}
+
+ {% for album in site.albums %}
+ {% if album.slug == page.album %}
+
by {{ album.artists }}
+ {% endif %}
+ {% endfor %}
+
+ {% endif %}
+
+
{{ page.description }}
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
{{ page.title }}
- {% if page.category == 'releases' %}
-
- {% for album in site.albums %}
- {% if album.slug == page.album %}
-
by {{ album.artists }}
- {% endif %}
- {% endfor %}
-
- {% endif %}
-
-
{{ page.description }}
-
-
-
-
-
+
diff --git a/_sass/_elements.scss b/_sass/_elements.scss
index d567a6a..a9832be 100644
--- a/_sass/_elements.scss
+++ b/_sass/_elements.scss
@@ -303,12 +303,13 @@ a:hover {
}
}
-.front-section:first-of-type {
+.front-section:nth-of-type(2) {
margin-top: 40px;
}
.splash {
+ background-color: transparent;
.container {
display: flex;
flex-wrap: wrap;
@@ -316,6 +317,12 @@ a:hover {
align-items: flex-start;
max-width: var(--max-width);
margin: auto;
+ .description {
+
+ border-radius: var(--border-radius);
+ background: var(--bg-alt);
+ background: linear-gradient(90deg, transparent 0%, var(--bg) 91%);
+ }
h1, h2 {
font-size: 2em;
}
diff --git a/index.html b/index.html
index ec5b4c1..57c75ef 100644
--- a/index.html
+++ b/index.html
@@ -12,21 +12,21 @@ video_path: /videos/pingu.mp4
{{ page.title }}
-
+
+
+
+
+
+
+
+
{{ site.title }}
+
{{ page.description }}
+
+
+
-
-
-
-
-
-
-
{{ site.title }}
-
{{ page.description }}
-
-
-
{% for post in site.posts limit: 3 %}
{% if post.category == 'ramblings' %}