Explorar el Código

fix: img align abstopright

Nick hace 6 años
padre
commit
e950a3dbf2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
     }
   }