Browse Source

fix: img align abstopright

Nick 6 years ago
parent
commit
e950a3dbf2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/themes/default/scss/app.scss

+ 1 - 1
client/themes/default/scss/app.scss

@@ -479,7 +479,7 @@
     }
     &.align-abstopright {
       position: absolute;
-      top: -90px;
+      top: -80px;
       right: 1rem;
     }
   }