Skip to content

Commit

Permalink
Small css fix for articles sparql
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Nov 27, 2020
1 parent 52a3cd3 commit 37a6e17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/manage/Blocks/ArticlesSparql/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@
}

.articles-redirect {
position: absolute;
bottom: 7em;
left: 50%;
transform: translateX(-50%);
position: absolute !important;
bottom: 7em !important;
left: 50% !important;
transform: translateX(-50%) !important;
}

.articles-redirect.relative {
Expand Down

0 comments on commit 37a6e17

Please sign in to comment.