I'm new to Famous-Views. Please forgive me if the question is silly.
I create a very simple surface and I want it to be centered horizontally and vertically. Here is my code snippet:
{{#famousContext id="mainCtx"}}
{{#Surface size="[400, 400]" class="red-bg" align="[.5, .5]" origin="[.5, .5]"}}
<h1>Hello world!</h1>
{{/Surface}}
{{/famousContext}}
However I did't get the expected result. This surface is only horizontally centered. It is displayed at the top instead of at the center of the screen.