/

On this page

Whitespace

You can add blank space anywhere via the .whitespace function docs ↗ , which accepts optional width and height Size arguments.

Example 1

Line 1

Line 2

.whitespace

Line 3

Line 1

Line 2

 

Line 3

Example 2

.row
    A

    .whitespace width:{1cm}

    B

    .whitespace width:{2cm}

    C

A

B

C