Skip to content

Commit ca6cad2

Browse files
committed
fix: references ui
1 parent 15e0e0e commit ca6cad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/references.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pub fn component() -> impl IntoView {
88
let references = Resource::new_blocking(|| (), move |_| async move { select_references().await });
99

1010
div().class("container py-12 px-4 mx-auto").child((
11-
section().id("about").class("mx-auto mb-16 max-w-4xl text-center").child((
11+
section().id("about").class("mx-auto mb-16 max-w-4xl text-left").child((
1212
h1().class("mb-8 text-5xl font-bold md:text-7xl text-[#ffef5c]").child("Our Project References"),
1313
p().class("mb-8 text-lg text-gray-300 md:text-xl").child("Explore our portfolio of successful projects. We specialize in building high-performance, reliable systems that make a real impact."),
1414
)),

0 commit comments

Comments
 (0)