Skip to content

Commit

Permalink
fix(example-site): increase the inline nav line height only for web, …
Browse files Browse the repository at this point in the history
…not for print
  • Loading branch information
andis-sprinkis committed Jun 28, 2024
1 parent ad82408 commit d5afdf1
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions site/documents/index/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,13 @@ address {
font-style: normal;
}

address .inline-list-sep,
address .inline-list-spread,
nav .inline-list-sep,
nav .inline-list-spread {
line-height: var(--line-height-nav-inline);
@media not print {
address .inline-list-sep,
address .inline-list-spread,
nav .inline-list-sep,
nav .inline-list-spread {
line-height: var(--line-height-nav-inline);
}
}

hr {
Expand Down

0 comments on commit d5afdf1

Please sign in to comment.