summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-17 23:39:09 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-17 23:39:09 +0500
commitf5c4cf10c484111e817c1111d9138d891c6d84cf (patch)
tree96507d9fc9e59b74cc7cf699a3125a1ea51da633 /web/sass-files/sass/partials/_responsive.scss
parent74cfb65be1720f5dd18a5e7a19889158c1abc947 (diff)
downloadchat-f5c4cf10c484111e817c1111d9138d891c6d84cf.tar.gz
chat-f5c4cf10c484111e817c1111d9138d891c6d84cf.tar.bz2
chat-f5c4cf10c484111e817c1111d9138d891c6d84cf.zip
Adding highlights and improving css for posts on responsive screens
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss6
1 files changed, 2 insertions, 4 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index 403e84521..5497e2c6c 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -22,6 +22,7 @@
width: 825px;
}
.post-body {
+ width: 736px;
border: none;
margin: 0;
}
@@ -29,8 +30,6 @@
.post-body {
float: none;
width: 750px;
- padding-left: 0.5em;
- padding-right: 0.5em;
margin: 0;
}
.post__content {
@@ -101,6 +100,7 @@
width: 825px;
}
.post-body {
+ width: 736px;
border: none;
margin: 0;
}
@@ -138,8 +138,6 @@
}
.post-body {
margin: 0;
- padding-left: 0.5em;
- padding-right: 0.5em;
float: none;
width: 750px;
}