Skip to content

Commit

Permalink
change the breakpoint for bigger screen
Browse files Browse the repository at this point in the history
  • Loading branch information
i-Bex authored and i-Bex committed May 6, 2024
1 parent ad34dfe commit dba8ca2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,16 @@ body {
font-weight:700;
}

@media screen and (min-width:81.25rem) {
@media screen and (min-width:67.5rem) {
.main__header {
flex-direction:row;
align-items:center;
justify-content:space-between;
}

.countries__list {
grid-template-columns:repeat(4,1fr);
}
}

/* @media (prefers-color-scheme:dark){
Expand Down

0 comments on commit dba8ca2

Please sign in to comment.