improve padding for headers and buttons on home screen

This commit is contained in:
dkanada
2019-12-12 00:32:33 +09:00
parent 4e683c4fca
commit bff5918c85
4 changed files with 17 additions and 18 deletions
+6 -3
View File
@@ -892,12 +892,15 @@
vertical-align: middle;
}
/* these next two rules are for the scroller element headers */
.sectionTitleContainer-cards {
margin-bottom: 0;
margin: 0;
padding-top: 1.25em;
}
.sectionTitle-cards {
margin-bottom: 0;
div:not(.sectionTitleContainer-cards) > .sectionTitle-cards {
margin: 0;
padding-top: 1.25em;
}
.sectionTitleButton {