mirror of
https://github.com/picocss/pico.git
synced 2025-05-05 15:17:11 -04:00
pico-flexgrid
This commit is contained in:
parent
8ce5885453
commit
05e8bb20b5
5 changed files with 6 additions and 6 deletions
|
@ -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