diff --git a/CSS/blog.css b/CSS/blog.css index a4d9922..8ee3adc 100644 --- a/CSS/blog.css +++ b/CSS/blog.css @@ -395,7 +395,7 @@ nav.active { .blog { width: 70%; - margin: 100px 100px; + margin: 100px auto; margin-bottom: 0px; background-color: #f9fcff; -webkit-box-shadow: 5px 5px 19px 1px rgba(20, 35, 97, 0.28); diff --git a/CSS/places.css b/CSS/places.css index 3357508..5f1489f 100644 --- a/CSS/places.css +++ b/CSS/places.css @@ -403,7 +403,7 @@ nav.active { .destinations { display: grid; - grid-template-columns: repeat(auto-fit, 350px); + grid-template-columns: repeat(auto-fit, 393px); grid-column-gap: 20px; grid-row-gap: 50px; align-items: flex-start; @@ -418,7 +418,7 @@ nav.active { } .destination { - width: 350px; + width: 393px; height: 200px; border-radius: 10px; background-repeat: no-repeat; @@ -501,7 +501,7 @@ nav.active { justify-content: center; align-items: center; color: #ffffff; - width: 350px; + width: 393px; height: 200px; border-radius: 10px; position: relative;