Skip to content

Commit 39c7592

Browse files
committed
photo styles
1 parent e865bf0 commit 39c7592

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

assets/css/photos.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@ p {
4848
}
4949

5050
.fancythumb {
51-
width: 400px;
51+
width: 300px;
5252
}
5353

5454
@media (min-width: 1391px) and (max-width: 1580px) {
5555
.gallery {
56-
width: 150%;
56+
width: 100%;
5757
}
5858
}
5959

6060
@media (min-width: 1027px) and (max-width: 1390px) {
6161
.gallery {
62-
width: 150%;
62+
width: 100%;
6363
}
6464
.intro {
6565
width: 70%;
@@ -71,13 +71,13 @@ p {
7171

7272
@media (min-width: 601px) and (max-width: 1026px) {
7373
.gallery {
74-
width: 150%;
74+
width: 100%;
7575
}
7676
.intro {
7777
width: 100%;
7878
}
7979
.fancythumb {
80-
width: 250px;
80+
width: 150px;
8181
}
8282
}
8383

0 commit comments

Comments
 (0)