mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-06 03:54:54 -05:00
block level page-header h1 small for readability on 480px and under
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user