mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 11:46:31 +00:00
Move title normalisation to desktop.css
This commit is contained in:
parent
abdee7fe10
commit
482b0a52ee
@ -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; }
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user