diff --git a/index.css b/index.css index ad9250c..c2afa8e 100644 --- a/index.css +++ b/index.css @@ -158,18 +158,21 @@ header nav ul li a:hover:after { .item, .item-mid { - width: 45%; - margin: 15px 2.5%; + width: 46%; + margin: 15px 1.5%; } } @media screen and (max-width: 520px) { - .item, - .item-big { - width: 45%; + .item { + width: 100%; margin: 15px 0%; } + .item-mid { + width: 86%; + margin: 0; + } } /* Items */