Skip to content

Commit

Permalink
Better dotplot fit
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuBarba committed Mar 25, 2024
1 parent 054ecc9 commit 5f4e9a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/dotplot.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ form {
#rightcol {
position: absolute;
margin-left:calc(30% - 205px);
width: calc(79% - 205px);
height: 92%;
width: calc(68%);
height: calc(95% - 4em);
}

#start1, #end1 {
Expand Down

0 comments on commit 5f4e9a3

Please sign in to comment.