Move title normalisation to desktop.css

This commit is contained in:
Juan Cruz Viotti 2016-03-30 14:56:59 -04:00
parent abdee7fe10
commit 482b0a52ee
3 changed files with 5 additions and 7 deletions

View File

@ -6082,9 +6082,6 @@ body {
height: 100%;
margin: 20px 60px; }
h1, h2, h3, h4, h5, h6 {
margin-top: 0; }
.section-header {
padding: 5px 8px;
font-size: 15px; }

View File

@ -52,3 +52,8 @@ input:focus,
button:focus {
outline: none !important;
}
/* Titles don't have margins on desktop apps */
h1, h2, h3, h4, h5, h6 {
margin: 0;
}

View File

@ -168,10 +168,6 @@ body {
margin: 20px 60px;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
}
.section-header {
@extend .text-right;
padding: 5px 8px;