Skip to content

Commit bbca807

Browse files
kartbennashif
authored andcommitted
doc: css: boards: fix font size for board name
The board name should have the same size as all the other attributes in the board's "Wikipedia card". Signed-off-by: Benjamin Cabé <[email protected]>
1 parent a690d6c commit bbca807

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/_static/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,3 +1171,7 @@ li>a.code-sample-link.reference.internal.current {
11711171
text-overflow: ellipsis;
11721172
overflow: hidden;
11731173
}
1174+
1175+
.sidebar.board-overview dl.field-list>dd code {
1176+
font-size: 0.9em;
1177+
}

0 commit comments

Comments
 (0)