polish h2 .css, center header in shortcuts

This commit is contained in:
Milos Brzakovic (E-Search)
2021-12-02 14:10:08 +01:00
parent 30ef0b80e1
commit 8eba5db4e3
2 changed files with 3 additions and 5 deletions

View File

@@ -81,16 +81,14 @@ h2 {
font-weight: bold;
margin-bottom: 20px;
}
.header h2,
.modal-section h2 {
.header h2 {
font-size: 20px;
line-height: 1.25;
font-weight: bold;
margin-bottom: 10px;
margin-bottom: 0px;
}
h3:last-child,
h2:last-child,
h4:last-child { margin-bottom: 0;}
h3 {

View File

@@ -25,7 +25,7 @@ export function uiShortcuts(context) {
content
.append('div')
.attr('class', 'modal-section')
.attr('class', 'modal-section header')
.append('h2')
.html(t.html('shortcuts.title'));