« get me outta code hell

align grid rows at top - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-05-05 19:37:35 -0300
committer(quasar) nebula <qznebula@protonmail.com>2022-05-05 19:37:35 -0300
commitceffe8a2770c739c9d8a001c1e5147457ef934e2 (patch)
tree6fa61d9cf80a17df49148f238edba21e7d8d2515 /src
parent27d366fd2de98d816ef0698a1a6d5b4d59b388ca (diff)
align grid rows at top
...to keep album art all placed along the same horizontal line
Diffstat (limited to 'src')
-rw-r--r--src/static/site.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/site.css b/src/static/site.css
index 5122f3f..2b0fd6f 100644
--- a/src/static/site.css
+++ b/src/static/site.css
@@ -507,7 +507,7 @@ h1 {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
-    align-items: center;
+    align-items: flex-start;
 }
 
 .grid-item {