Browse Source

fix: img align abstopright

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

2
client/themes/default/scss/app.scss

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

Loading…
Cancel
Save