aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/01-hello-world/src/app.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/01-hello-world/src/app.gleam b/examples/01-hello-world/src/app.gleam
index dc42ad7..5d2b50a 100644
--- a/examples/01-hello-world/src/app.gleam
+++ b/examples/01-hello-world/src/app.gleam
@@ -13,7 +13,7 @@ import lustre/element/html
import lustre/ui
pub fn main() {
- let styles = [#("width", "100vw"), #("height", "100vh")]
+ let styles = [#("width", "100vw"), #("height", "100vh"), #("padding", "1rem")]
let app =
lustre.element(ui.centre(
[attribute.style(styles)],