Browse Source

Add SM to public logo

biotorrents 4 years ago
parent
commit
e5eb44a4e0
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      static/styles/public/scss/public.scss

+ 7
- 0
static/styles/public/scss/public.scss View File

@@ -210,3 +210,10 @@ main {
210 210
     margin-left: -50%;
211 211
     overflow-y: scroll;
212 212
 }
213
+
214
+#logo::after {
215
+    content: "℠";
216
+    font-size: 0.75rem;
217
+    font-weight: normal;
218
+    margin-left: 100%;
219
+}

Loading…
Cancel
Save