In this version, <header>, <main>, and <footer> act as containers to define a centered or a fluid viewport.
// Containersbody > header,
body > main,
body > footer {
diff --git a/docs/customization.html b/docs/customization.html
index 49622678..86eeaa67 100644
--- a/docs/customization.html
+++ b/docs/customization.html
@@ -56,4 +56,4 @@
@import"@picocss/pico/scss/pico/layout/document";
@import"@picocss/pico/scss/pico/layout/sectioning";
…
-
Compiling a custom SASS version allows you to create a lighter version with only the components that are useful to you. Example here: scss/pico.slim.scss.
\ No newline at end of file
+
Compiling a custom SASS version allows you to create a lighter version with only the components that are useful to you.
\ No newline at end of file
diff --git a/docs/grid.html b/docs/grid.html
index d69c0d9d..961592c4 100644
--- a/docs/grid.html
+++ b/docs/grid.html
@@ -3,4 +3,4 @@
<div>2</div>
<div>3</div>
<div>4</div>
-</div>
Columns intentionally collapses below large devices (992px)
As Pico focuses on native HTML elements, we kept this grid system very minimalist.
A complete grid system in flexbox, with all the ordering, offsetting and, breakpoints utilities, can be heavier than the total size of the Pico library. Not really in the Pico spirit.
If you need a quick way to prototyping or build a complex layout, you can look at Flexbox grid layouts. For example, Bootstrap Grid System only or Flexbox Grid.