Skip to content

Commit 9fccbe5

Browse files
committed
web: adjust navbar padding
Reduce the navbar vertical padding slightly for a more compact header. Signed-off-by: Robin Jarry <rjarry@redhat.com>
1 parent 7ca486c commit 9fccbe5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/web/static/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ header nav {
6363
justify-content: space-between;
6464
background: #222;
6565
border-bottom: 1px solid #080808;
66-
padding: 1em 2em;
67-
font-size: 1.2em;
66+
padding: 0.8em 1.6em;
67+
font-size: 1.25em;
6868
}
6969
header a {
7070
color: #ccc;

0 commit comments

Comments
 (0)