diff --git a/style.css b/style.css index c95aee5..e5ffb26 100644 --- a/style.css +++ b/style.css @@ -13,7 +13,7 @@ hr { border: none; border-top: 1px solid gray; } .unstyled-list { list-style: none; padding-left: 0; } .inline-list { list-style: none; margin-top: 0; } .inline-list li { display: inline-block; } -.grid-wrapper { display: grid; grid-template-columns: repeat(auto-fill, 120px); } +.grid-wrapper { display: grid; grid-template-columns: repeat(auto-fill, 110px); } .d-flex { display: -webkit-flex; display: -moz-flex; display: flex; } .flex-fill { -webkit-flex: 1 1 auto; -moz-flex: 1 1 auto; flex: 1 1 auto; }