Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/pages/container.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ Add one of the following classes to the container to apply a different max-width
| `.uk-container-xlarge` | Add this class for a xlarge container. |
| `.uk-container-expand` | Add this class, if you do not want to limit the container width but still want the dynamic horizontal padding. |

| `.uk-container-expand-right` | Add this class, if you do not want to limit the container width but still want the dynamic right horizontal padding.

| `.uk-container-expand-left` | Add this class, if you do not want to limit the container width but still want the dynamic left horizontal padding.

```html
<div class="uk-container uk-container-xsmall"></div>

Expand Down