diff options
author | Corey Hulen <corey@hulen.com> | 2015-09-25 14:28:40 -0700 |
---|---|---|
committer | Corey Hulen <corey@hulen.com> | 2015-09-25 14:28:40 -0700 |
commit | 4b93705579b3e5438437865e4715279db8a87454 (patch) | |
tree | eef7816db76cdffbdbdb18747305f5ca2ce49f56 /web/sass-files/sass/partials/_responsive.scss | |
parent | edd99e243f0688a1bae2613558438d78e492c9b8 (diff) | |
parent | 4667d8c61e458f9f24690fd766e7beb8887c84ce (diff) | |
download | chat-4b93705579b3e5438437865e4715279db8a87454.tar.gz chat-4b93705579b3e5438437865e4715279db8a87454.tar.bz2 chat-4b93705579b3e5438437865e4715279db8a87454.zip |
Merge pull request #813 from asaadmahmoodspin/plt-366
PLT-366 - Adding Windows 10 dark theme.
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r-- | web/sass-files/sass/partials/_responsive.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss index e0b35d0bf..d29c653ff 100644 --- a/web/sass-files/sass/partials/_responsive.scss +++ b/web/sass-files/sass/partials/_responsive.scss @@ -417,7 +417,7 @@ padding: 0 1em; } form { - padding: 10px 0 0 0; + padding: 0; } .post-create-body { padding-bottom: 10px; |