mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-13 16:56:04 +01:00
added a text-indent on mobile h1 headers
This commit is contained in:
@@ -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
@@ -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 {
|
||||
|
||||
@@ -76,7 +76,7 @@ blockquote {
|
||||
}
|
||||
}
|
||||
|
||||
// NOTES!!!!
|
||||
// NOTES!!!
|
||||
blockquote > blockquote > blockquote {
|
||||
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user