fix: style was causing issues

This commit is contained in:
silver 2024-11-18 16:09:43 +00:00
parent 2daa010d25
commit 94292fa388
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -133,7 +133,7 @@ pub mod link {
"h2, h4 { font-family: Arial, Helvetica, sans-serif; }"
}
}
div style="display: flex; flex-direction: column; align-items: center;" {
div {
h2 { "Hello from Skynet!" }
// Substitute in the name of our recipient.
p { "Hi " (user) "," }