Skip to content

Commit

Permalink
Small CSS change
Browse files Browse the repository at this point in the history
  • Loading branch information
zeichensatz committed Jun 8, 2020
1 parent f73e9a9 commit 8adf867
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 48 deletions.
8 changes: 4 additions & 4 deletions Resources/Public/CSS/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
/* Media queries */
@media (max-width: 767px) {
#photos {
width: 300px;
height: 200px;
width: 100%;
height: 340px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#photos {
width: 450px;
height: 300px;
width: 500px;
height: 340px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
Expand Down
44 changes: 0 additions & 44 deletions Resources/Public/CSS/custom.css-ORG

This file was deleted.

0 comments on commit 8adf867

Please sign in to comment.