From 17e8f96915f264c40ec378084774d792540cab6f Mon Sep 17 00:00:00 2001 From: Lucas Larroche Date: Sun, 19 Dec 2021 09:46:54 +0700 Subject: [PATCH] Docs: update Bootstrap link --- 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 a05c224d..f1610d9a 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> provide 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 e3be7bd0..fde62594 100644 --- a/docs/src/containers.html +++ b/docs/src/containers.html @@ -28,7 +28,7 @@ <main class="container"></main> </body> -

Pico uses the same breakpoints and viewports sizes as Bootstrap.

+

Pico uses the same breakpoints and viewports sizes as Bootstrap.