Skip to content
Snippets Groups Projects
Commit 23f17859 authored by jojohoch's avatar jojohoch
Browse files

[player] Add class center-content to styles.css

parent c9ca449f
No related branches found
No related tags found
No related merge requests found
......@@ -30,3 +30,11 @@ blockquote:after {
blockquote p {
display: inline;
}
.center-content {
position: relative;
display: block !important;
margin: auto !important;
top: 50%;
transform: translateY(-50%);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment