Skip to content

Commit

Permalink
sites/mischiefs: font size proportional
Browse files Browse the repository at this point in the history
Signed-off-by: toby lorne <toby@toby.codes>
  • Loading branch information
tlwr committed Oct 24, 2024
1 parent 14a1060 commit 871bbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/mischiefs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func main() {
width := (buitenradius + 5) * 2
height := width
tekstmarge := 5
tekstgrootte := 24
tekstgrootte := int(float64(width) * 0.05)
tekstStijlen := fmt.Sprintf("font-size: %d", tekstgrootte)
tekstStyle := fmt.Sprintf(`style="%s"`, tekstStijlen)

Expand Down

0 comments on commit 871bbb6

Please # to comment.