added a text-indent on mobile h1 headers

This commit is contained in:
Andy Miller
2015-09-07 09:16:02 -06:00
parent 4eb0a415ec
commit a8cff11a4a
4 changed files with 7 additions and 4 deletions

View File

@@ -1268,7 +1268,8 @@ tr {
@media only all and (max-width: 47.938em) {
#admin-main .admin-block h1 {
padding: 0 0 0.5rem;
margin: 0 0 1rem !important; } }
margin: 0 0 1rem !important;
text-indent: 3rem; } }
#admin-main .admin-block h1.no_underline {
border-bottom: 0; }
#admin-main .admin-block .button-bar {

File diff suppressed because one or more lines are too long

View File

@@ -356,6 +356,7 @@ $update-height: 3rem;
@include breakpoint(mobile-only){
padding: 0 0 0.5rem;
margin: 0 0 1rem !important;
text-indent: $padding-default;
}
&.no_underline {

View File

@@ -76,7 +76,7 @@ blockquote {
}
}
// NOTES!!!!
// NOTES!!!
blockquote > blockquote > blockquote {
margin: 0;