Commit 665a7e6b authored by kushalpandya's avatar kushalpandya

Fix trial banner font size on mobile screens

parent 7e02874c
...@@ -102,4 +102,10 @@ ...@@ -102,4 +102,10 @@
text-decoration: underline; text-decoration: underline;
} }
} }
@media (max-width: $screen-xs-max) {
p {
font-size: 90%;
}
}
} }
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment