diff --git a/style.css b/style.css index 0d53fc2..be8d556 100644 --- a/style.css +++ b/style.css @@ -127,7 +127,7 @@ .grid-template .container{ display: grid; grid-template-columns: repeat(3, 1fr) ; - grid-auto-rows: 80px 300px 100px 100px 80px ; + grid-auto-rows: 80px 300px 120px 120px 80px ; } @@ -170,20 +170,20 @@ color: black; grid-column: 1/4; grid-row: 5; - line-height: 100px; + line-height: 80px; } .item6{ background-color: #4dbd95; color: black; grid-column: 3/3; grid-row: 4; - line-height: 100px; + line-height: 120px; } .item7{ background-color: #c1e4e6; color: black; grid-column: 3/3 ; grid-row: 3; - line-height: 80px; + line-height: 120px; } }