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:
parent
c1201caf11
commit
792c636354
1 changed files with 3 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue