c28d9710d6
Having a space between the number and the unit is not valid CSS. I was aware of this problem, but apparently forgot to amend the fix. Change-Id: I74936db515799763038669d0a11da53f28f722be Reviewed-on: https://cl.tvl.fyi/c/depot/+/2867 Tested-by: BuildkiteCI Reviewed-by: lukegb <lukegb@tvl.fyi>
4 lines
97 B
CSS
4 lines
97 B
CSS
/* limit the width of /about/** to help readability */
|
|
.content #summary {
|
|
max-width: 800px;
|
|
}
|