diff --git a/doc/modules/base/Structure.md b/doc/modules/base/Structure.md new file mode 100644 index 0000000..6958381 --- /dev/null +++ b/doc/modules/base/Structure.md @@ -0,0 +1,18 @@ +# Base/Structure + +## Definition + +This library provides utility classes for defining the basic structure of the document. + +## Usages + +* Define a max width container + +## Features + +The `.container` class can be added to create a container with a fixed max width. + +## Responsive Considerations + +While the `.container` provides a fixed max width, the container will scale to the max +width of the viewport for any viewport widths smaller than this fixed max width. \ No newline at end of file diff --git a/template/base/structure/README.md b/template/base/structure/README.md deleted file mode 100644 index 6958381..0000000 --- a/template/base/structure/README.md +++ /dev/null @@ -1,18 +0,0 @@ -# Base/Structure - -## Definition - -This library provides utility classes for defining the basic structure of the document. - -## Usages - -* Define a max width container - -## Features - -The `.container` class can be added to create a container with a fixed max width. - -## Responsive Considerations - -While the `.container` provides a fixed max width, the container will scale to the max -width of the viewport for any viewport widths smaller than this fixed max width. \ No newline at end of file diff --git a/template/base/structure/README.md b/template/base/structure/README.md new file mode 120000 index 0000000..297e494 --- /dev/null +++ b/template/base/structure/README.md @@ -0,0 +1 @@ +../../../doc/modules/base/Structure.md \ No newline at end of file