mirror of
https://github.com/picocss/pico.git
synced 2025-05-04 14:49:12 -04:00
pico-flexgrid
This commit is contained in:
parent
8ce5885453
commit
05e8bb20b5
5 changed files with 6 additions and 6 deletions
|
@ -498,7 +498,7 @@ section {
|
|||
margin-bottom: var(--block-spacing-vertical);
|
||||
}
|
||||
|
||||
.container {
|
||||
.flexgrid {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 112rem;
|
||||
|
|
File diff suppressed because one or more lines are too long
2
css/pico.classless.slim.flexgrid.min.css
vendored
2
css/pico.classless.slim.flexgrid.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,8 +1,8 @@
|
|||
// Grid | milligram.io | MIT License
|
||||
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
||||
|
||||
// .container is main centered wrapper with a max width of 112.0rem (1120px)
|
||||
.container {
|
||||
// .flexgrid is main centered wrapper with a max width of 112.0rem (1120px)
|
||||
.flexgrid {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 112.0rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue