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:
Benjamin Cabé 2024-11-27 09:58:28 +01:00 committed by Anas Nashif
commit bbca807f3a

View file

@ -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;
}