diff --git a/src/layout.rs b/src/layout.rs index 7298ce1..77f04c5 100644 --- a/src/layout.rs +++ b/src/layout.rs @@ -66,7 +66,7 @@ fn Footer() -> View { } } } - p(class="mt-10 text-gray-700") { "© 2024 Sycamore" } + p(class="mt-10 text-gray-700 text-xs") { "© 2024 Sycamore" } } } }