aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/responsive.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/less/responsive.less b/less/responsive.less
index 8bfe705b4..6ba31b5c9 100644
--- a/less/responsive.less
+++ b/less/responsive.less
@@ -27,6 +27,12 @@
@media (max-width: 480px) {
+ // Block level the page header small tag for readability
+ .page-header h1 small {
+ display: block;
+ line-height: @baseLineHeight;
+ }
+
// Remove the horizontal form styles
.form-horizontal .control-group > label {
float: none;