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é <benjamin@zephyrproject.org>
This commit is contained in:
parent
a690d6c831
commit
bbca807f3a
1 changed files with 4 additions and 0 deletions
4
doc/_static/css/custom.css
vendored
4
doc/_static/css/custom.css
vendored
|
@ -1171,3 +1171,7 @@ li>a.code-sample-link.reference.internal.current {
|
|||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.sidebar.board-overview dl.field-list>dd code {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue