Small layout improvement

This commit is contained in:
M66B 2023-12-01 09:46:42 +01:00
parent c9867fbf40
commit d818c6b592
1 changed files with 1 additions and 2 deletions

View File

@ -60,8 +60,7 @@ public class JsonLd {
Document d = Document.createShell("");
d.body().appendElement("hr");
d.body().appendElement("div")
.attr("style",
"font-family: monospace; font-size: larger !important;")
.attr("style", "font-family: monospace;")
.appendElement("a")
.attr("href", "https://json-ld.org/")
.text("Linked data");