diff options
author | Reed Garmsen <rgarmsen2295@gmail.com> | 2015-08-13 12:03:45 -0700 |
---|---|---|
committer | Reed Garmsen <rgarmsen2295@gmail.com> | 2015-08-13 12:03:45 -0700 |
commit | afe028ae3a63ff341cbaf89b7841e977fb0061fd (patch) | |
tree | 6bfbe2a5b4405b93a780a7a5a0828fd268b13cbc /web/sass-files/sass/partials/_responsive.scss | |
parent | 6d9e715e265a3265841bc351e6b22a4503c20c92 (diff) | |
parent | 6ca6072f478f556ba2d25c9762f0d73c9e84c7f6 (diff) | |
download | chat-afe028ae3a63ff341cbaf89b7841e977fb0061fd.tar.gz chat-afe028ae3a63ff341cbaf89b7841e977fb0061fd.tar.bz2 chat-afe028ae3a63ff341cbaf89b7841e977fb0061fd.zip |
Merge pull request #7 from asaadmahmoodspin/mm-316
MM-316
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r-- | web/sass-files/sass/partials/_responsive.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss index 47b2b6bd7..52bb5eae6 100644 --- a/web/sass-files/sass/partials/_responsive.scss +++ b/web/sass-files/sass/partials/_responsive.scss @@ -189,6 +189,9 @@ } @media screen and (max-width: 960px) { + .center-file-overlay { + font-size: 1.5em; + } .post { .post-header .post-header-col.post-header__reply { .comment-icon__container__hide { @@ -240,6 +243,9 @@ } } @media screen and (max-width: 768px) { + .center-file-overlay { + font-size: 1.3em; + } .date-separator, .new-separator { &.hovered--after { &:before { |