You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/design-land/src/app/container/container.component.html
+15-11
Original file line number
Diff line number
Diff line change
@@ -1,43 +1,47 @@
1
1
<h1>Container</h1>
2
-
<p>Container is a basic structural element that can be used to restrict content to a specific width. Containers are not responsible for providing padding or margin.</p>
2
+
<p>Container is a basic structural element that restricts page content to a specific maximum width.</p>
3
+
4
+
<h2>Overview</h2>
5
+
Container comes with pre-defined sizes that work well with common breakpoints. It's not responsible for providing padding or margin.
3
6
4
7
<h2>Size</h2>
5
8
<p>The size of a container can be defined by using the <code>size</code> property. There is no default size set.</p>
9
+
6
10
<p>Supported sizes: <code>xs | sm | md | lg | xl</code></p>
Container is a basic structural element that can be used to restrict content to a specific width. Containers are not responsible for providing padding or margin.
2
+
Container is a basic structural element that restricts page content to a specific maximum width.
3
+
4
+
## Overview
5
+
Container comes with pre-defined sizes that work well with common breakpoints. It's not responsible for providing padding or margin.
3
6
4
7
## Size
5
8
The size of a container can be defined by using the `size` property. There is no default size set.
0 commit comments