> For the complete documentation index, see [llms.txt](https://docs.beefree.io/end-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.beefree.io/end-user-guide/content-blocks/letter-and-paragraph-spacing.md).

# Letter and Paragraph Spacing

## Overview

Enhance the readability of your content with two key features: Letter Spacing and Paragraph Spacing. Available in the sidebar for text-based content blocks, these features give you better control over your text layout.

### Applicability:

* Letter Spacing: Applies to all text-based content blocks, including Paragraph, List, Button, Title, Icon, and Menu.
* Paragraph Spacing: Exclusively for the Paragraph block.

## How it Works

### **Letter Spacing**

<figure><img src="https://lh7-eu.googleusercontent.com/gIIKm5lcEsh9huqKOQ9Sf7qd8R9PSH48LTudB8Kqwg0Xx6Fcw0RKrj4VXWcoCDaqJOgaNNAealFZ6xQyOEWaOnm17ICWITaMr3VW1vIIupZzqd0MzjvvlKiUURBeOHPMzYs91ZxT5IQBUS8XZz_L-h8" alt=""><figcaption></figcaption></figure>

* **Default:** Starts at 0px.
* **Control:** Use the - and + buttons in the sidebar to adjust. You can also type in a positive value manually. For negative values, use the - button.
* **Limits:** The range is -99 to +99 pixels. Rendering may differ across devices and browsers.

### **Paragraph Spacing**

<figure><img src="https://lh7-eu.googleusercontent.com/_6sKUdnbE8XPiUe_cpJY0O5XebTYgtzXxYcsAc3BWN97zz7FsYYIgVUN8iOL9qlhj-L4pFlRnsEH2_WvTaFEdsNz0h7bNvbniaU9O-c2tjSOjTAc_f4hY_5Y9CIY8mu4j0O4UujX3kbAZMg1hcpA2_U" alt=""><figcaption></figcaption></figure>

* **Default:** Set at 16px, rendering paragraphs as double-spaced.
* **Control:** Similar to letter spacing, use the - and + buttons or manually enter a positive number or zero.
* **Limits:** Range is 0 to 99 pixels, and again, rendering may vary.

## **Use Cases**

While it's advised to use these features sparingly, here are some scenarios where they could be beneficial:

* Making all-caps text more readable.
* Emulating the text style of a logo or hero image in your content.
* Tailoring text for optimal display on various screen sizes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.beefree.io/end-user-guide/content-blocks/letter-and-paragraph-spacing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
