summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-08-04 19:12:20 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-08-04 19:12:20 +0500
commit77f52da25512dc6ab80635efaa6c22a2887cd5e2 (patch)
treeaed6410e1119eceeb1c3789b8d1a2442b67d746c /web/sass-files/sass/partials/_responsive.scss
parent2c46ee8420eb19d827d3f2072bd536aae2038f84 (diff)
downloadchat-77f52da25512dc6ab80635efaa6c22a2887cd5e2.tar.gz
chat-77f52da25512dc6ab80635efaa6c22a2887cd5e2.tar.bz2
chat-77f52da25512dc6ab80635efaa6c22a2887cd5e2.zip
UI Improvements
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index e3f140413..47b2b6bd7 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -229,6 +229,16 @@
}
}
+@media screen and (max-height: 640px) {
+ .signup-team__container {
+ padding: 30px 0;
+ margin-bottom: 30px;
+ font-size: 0.9em;
+ .signup-team__name {
+ font-size: 2em;
+ }
+ }
+}
@media screen and (max-width: 768px) {
.date-separator, .new-separator {
&.hovered--after {