aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authorMaZderMind2015-12-21 11:30:13 +0100
committerMaZderMind2015-12-21 11:30:13 +0100
commit03a9d969953df0a49df7bcb3fcb8df4d969220e0 (patch)
treea6ebbd0ff9b32fe9fba80e8ebb7df472b0f276ca /assets/css
parent8111fe3e997f2bf4cd7a3d9b17f3c936c065e301 (diff)
shring subtitles a little
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/_subtitles.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/_subtitles.less b/assets/css/_subtitles.less
index 81c776e..85f047b 100644
--- a/assets/css/_subtitles.less
+++ b/assets/css/_subtitles.less
@@ -16,11 +16,11 @@
.mejs-subtitles-lines {
position: absolute;
bottom: 40px;
- height: 182px !important;
+ height: 135px !important;
width: 100%;
background-color: fade(white, 85%);
color: black;
- font-size: 42px;
+ font-size: 32px;
text-align: center;
padding: 5px 0;
overflow: hidden;