Skip to content

Commit 7700c62

Browse files
authored
Corrige la police du menu principal (#5468)
1 parent 014f367 commit 7700c62

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

apps/transport/client/stylesheets/home.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@ html {
4040
}
4141

4242
button.dropdown {
43+
font-family: $font-family-primary;
44+
font-size: 16px;
45+
line-height: 1.5em;
4346
background: unset;
4447
border: none;
4548
display: inline-block;
4649
min-height: 24px;
47-
line-height: 24px;
4850
}
4951

5052
.nav__item > :focus,

0 commit comments

Comments
 (0)