« get me outta code hell

scratchrlol - Simple HTML-based Scratch client
summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/style.css b/style.css
index 953c17e..5082897 100644
--- a/style.css
+++ b/style.css
@@ -18,6 +18,18 @@ header, h1 {
   text-align: center;
 }
 
+h1 {
+  display: flex;
+  flex-direction: row;
+  align-items: center;
+  justify-content: center;
+}
+
+h1 img {
+  margin-right: 0.5em;
+  margin-left: -0.65em;
+}
+
 h2 + ul {
   /* Evil hack - this makes the list appear slightly closer to the heading. */
   margin-top: -0.75em;