Skip to content

Commit

Permalink
style gallery for responcive design
Browse files Browse the repository at this point in the history
  • Loading branch information
DesislavaNaydenova committed Jan 14, 2024
1 parent ed6ce39 commit 6d16990
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -332,4 +332,16 @@ footer {
text-align: center;
padding: 0 20%;
}

#photos {
column-count: 3;
}
}

/*for larger to medum screens size from 800px and down*/
@media screen and (max-width: 800px) {

#photos {
column-count: 2;
}
}

0 comments on commit 6d16990

Please sign in to comment.