pico-flexgrid

This commit is contained in:
Jieiku 2022-01-05 19:41:14 -08:00
parent 8ce5885453
commit 05e8bb20b5
5 changed files with 6 additions and 6 deletions

View file

@ -498,7 +498,7 @@ section {
margin-bottom: var(--block-spacing-vertical); margin-bottom: var(--block-spacing-vertical);
} }
.container { .flexgrid {
position: relative; position: relative;
width: 100%; width: 100%;
max-width: 112rem; max-width: 112rem;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,8 +1,8 @@
// Grid | milligram.io | MIT License // Grid | milligram.io | MIT License
// //
// .container is main centered wrapper with a max width of 112.0rem (1120px) // .flexgrid is main centered wrapper with a max width of 112.0rem (1120px)
.container { .flexgrid {
position: relative; position: relative;
width: 100%; width: 100%;
max-width: 112.0rem; max-width: 112.0rem;