Skip to content

Commit

Permalink
development
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfiex committed Dec 2, 2024
1 parent a4686d4 commit 02a59bb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions static/circlepacked/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
body {
top:0;
left:0;
font-family: Arial, sans-serif;

font-family: "Plus Jakarta Sans", serif;
display: flex;
justify-content: center;
align-items: center;
Expand All @@ -35,7 +36,9 @@
max-height: 90vh;
}
#title{
font-size: 2rem;
font-size: 1em;

font-family: "Plus Jakarta Sans", serif;
font-weight: 600;
margin-bottom: 1rem;
position:absolute;
Expand Down

0 comments on commit 02a59bb

Please sign in to comment.