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

@ -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;