web: center and widen the hero

The hero was a 760px block anchored left of a much wider workbench, which read
as lopsided. Center it (margin auto, text-align center) at a wider 880px.
This commit is contained in:
Justin Visser 2026-06-18 22:19:44 +02:00
parent c1201caf11
commit 792c636354

View file

@ -70,7 +70,9 @@ function closeAbout() {
<style scoped> <style scoped>
.hero { .hero {
max-width: 760px; max-width: 880px;
margin: 0 auto;
text-align: center;
} }
h1 { h1 {