style(site): make width more uniform
This commit is contained in:
parent
331138689e
commit
60f0774156
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@
|
|||
<style>
|
||||
body {
|
||||
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
|
||||
max-width: 750px;
|
||||
max-width: 40em;
|
||||
width: 40em;
|
||||
margin: 0 auto;
|
||||
padding: 1em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue