diff --git a/examples/example.template.html b/examples/example.template.html index 1cf93985..12bc1d5e 100644 --- a/examples/example.template.html +++ b/examples/example.template.html @@ -11,16 +11,11 @@ .btn { margin-top: 5px; } + body { font-family: Arial, sans-serif; background-color: #f4f4f9; color: #333; - margin: 0; - padding: 0; - display: flex; - justify-content: center; - align-items: center; - height: 100vh; } label { @@ -191,36 +186,39 @@