Skip to content

Commit

Permalink
hugo: minimize width of lineno column for code blocks
Browse files Browse the repository at this point in the history
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
  • Loading branch information
dvdksn committed Sep 20, 2024
1 parent ed24059 commit cc9890f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/css/code.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
margin: 0;
font-weight: 400;
padding: 0 4px;
&:first-child {
width: 0;
}
}

/* LineTableTD */
Expand Down

0 comments on commit cc9890f

Please sign in to comment.