Skip to content

Commit

Permalink
Change formatting of boards change to fit requirements...
Browse files Browse the repository at this point in the history
  • Loading branch information
Longestboi committed Jul 15, 2024
1 parent 2b18f01 commit 4216fd5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions themes/customTheme/static/css/shortcodes.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@

.board-section > .text > .title {
color: var(--text-color);
font-size: 1.2em;
margin-bottom:.25em;
font-size: 1.3em;
margin-bottom: .3em;
font-weight: bolder;
}

.board-section > .text > .subsection {
Expand All @@ -97,8 +98,10 @@
}

.board-section > .text > .subsection > .description{
color: var(--text-color);
padding-left: 1em;
color: var(--text-color-90);
font-size: .9em;
font-weight: lighter;
/* padding-left: 1em;*/
padding-right: .5em;
}

Expand Down

0 comments on commit 4216fd5

Please sign in to comment.