about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/footer.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-05-20 10:34:20 +0200
committerThibaut Girka <thib@sitedethib.com>2018-05-20 11:29:06 +0200
commitd250e072a23a9ddb3d67e03efc4727591f7b747d (patch)
treeff2f2f5c019f26630aad404da9f965f45179e2fe /app/javascript/flavours/glitch/styles/footer.scss
parent9ed8051961e7a43406b8c4f69b96260c20d46b0f (diff)
In footer, replace text "Mastodon" with logo
Port SCSS changes from 93c66f0c03c27ee02b9875c3c051d9bf50b33e19 to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/styles/footer.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/footer.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/footer.scss b/app/javascript/flavours/glitch/styles/footer.scss
index dd3c1b688..fe2d40c0c 100644
--- a/app/javascript/flavours/glitch/styles/footer.scss
+++ b/app/javascript/flavours/glitch/styles/footer.scss
@@ -26,5 +26,13 @@
         text-decoration: none;
       }
     }
+
+    img {
+      margin: 0 4px;
+      position: relative;
+      bottom: -1px;
+      height: 18px;
+      vertical-align: top;
+    }
   }
 }