Skip to content

Commit

Permalink
FIX: Page Header Margins
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Jan 13, 2023
1 parent cb1a316 commit ebda36e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Assets/css/kanboardcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,20 @@ summary i {
width: 40px;
}

/*
#main .page-header, section.page > .page-header, section.page > div.margin-bottom, section.page > div.table-list {
margin: var(--header-page-margin-kbcss);
}
*/

section.page .page-header > ul {
margin: var(--header-page-margin-kbcss);
margin-bottom: 0 !important;
}

#main > .page-header {
margin-bottom: 10px;
}

/*** FILE TYPES ***/
.fa-file-pdf-o {color: #FA0F00;}
Expand Down

0 comments on commit ebda36e

Please sign in to comment.