From 5a5737840d7ed87158b83c38b5353c11f98524f5 Mon Sep 17 00:00:00 2001 From: Baris Karaderili Date: Fri, 31 Jan 2020 02:27:02 +0300 Subject: [PATCH] add container class --- docs/pages/container.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/pages/container.md b/docs/pages/container.md index 9936b7a8..485fd281 100644 --- a/docs/pages/container.md +++ b/docs/pages/container.md @@ -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