summaryrefslogtreecommitdiffstats
path: root/blog/_assets/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'blog/_assets/stylesheets')
-rw-r--r--blog/_assets/stylesheets/_releases.scss7
-rw-r--r--blog/_assets/stylesheets/main.scss1
2 files changed, 8 insertions, 0 deletions
diff --git a/blog/_assets/stylesheets/_releases.scss b/blog/_assets/stylesheets/_releases.scss
new file mode 100644
index 0000000..97fc00d
--- /dev/null
+++ b/blog/_assets/stylesheets/_releases.scss
@@ -0,0 +1,7 @@
+.release-thumbnail {
+ display: flex;
+ flex-direction: column;
+ width: 412px;
+ text-align: center;
+ padding-top: 2mm;
+}
diff --git a/blog/_assets/stylesheets/main.scss b/blog/_assets/stylesheets/main.scss
index ffc99a5..3dbe471 100644
--- a/blog/_assets/stylesheets/main.scss
+++ b/blog/_assets/stylesheets/main.scss
@@ -7,6 +7,7 @@
@import "concerts";
@import "volunteers";
@import "tracklist";
+@import "releases";
body {
background-color: black;