From dfb0004a6abdec9de4ba5e4edf8333cd9519ee8b Mon Sep 17 00:00:00 2001 From: Lucas Larroche Date: Thu, 23 Dec 2021 23:47:08 +0700 Subject: [PATCH] Typo: Containers doc --- docs/containers.html | 2 +- docs/src/containers.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/containers.html b/docs/containers.html index f1610d9a..42a383bf 100644 --- a/docs/containers.html +++ b/docs/containers.html @@ -1,3 +1,3 @@ Containers • Pico.css

Containers

.container enable a centered viewport.
.container-fluid enable a 100% layout.

<body>
   <main class="container"></main>
-</body>

Pico uses the same breakpoints and viewports sizes as Bootstrap.

DeviceExtra smallSmallMediumLargeExtra large
Breakpoint<576px≥576px≥768px≥992px≥1200px
Viewport100%540px720px960px1140px

<header>, <main> and <footer> as direct childs of <body> provide a responsive vertical padding

<section> provide a responsive margin-bottom to separate your sections.


Code licensed MIT

\ No newline at end of file +</body>

Pico uses the same breakpoints and viewports sizes as Bootstrap.

DeviceExtra smallSmallMediumLargeExtra large
Breakpoint<576px≥576px≥768px≥992px≥1200px
Viewport100%540px720px960px1140px

<header>, <main> and <footer> as direct childs of <body> provide a responsive vertical padding

<section> provides a responsive margin-bottom to separate your sections.

\ No newline at end of file diff --git a/docs/src/containers.html b/docs/src/containers.html index fde62594..cd1f1ef5 100644 --- a/docs/src/containers.html +++ b/docs/src/containers.html @@ -62,7 +62,7 @@

<header>, <main> and <footer> as direct childs of <body> provide a responsive vertical padding

-

<section> provide a responsive margin-bottom to separate your sections.

+

<section> provides a responsive margin-bottom to separate your sections.

${require('./_footer.html')}