Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CSS/blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
6 changes: 3 additions & 3 deletions CSS/places.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -418,7 +418,7 @@ nav.active {
}

.destination {
width: 350px;
width: 393px;
height: 200px;
border-radius: 10px;
background-repeat: no-repeat;
Expand Down Expand Up @@ -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;
Expand Down