Compare commits
No commits in common. "af10417192f7e9e747806ead0aa1317959472671" and "aac2727acfcea3661af4251442b631242d2fcde8" have entirely different histories.
af10417192
...
aac2727acf
@ -12,8 +12,8 @@
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -21,7 +21,6 @@
|
||||
@media only screen and (min-width: 1500px) {
|
||||
.photo-grid {
|
||||
.photo-grid-thumb-container {
|
||||
height: 200px;
|
||||
width: 23%;
|
||||
}
|
||||
}
|
||||
@ -31,7 +30,6 @@
|
||||
@media only screen and (max-width: 1499px) and (min-width: 1000px) {
|
||||
.photo-grid {
|
||||
.photo-grid-thumb-container {
|
||||
height: 200px;
|
||||
width: 30%;
|
||||
}
|
||||
}
|
||||
@ -40,7 +38,6 @@
|
||||
@media only screen and (max-width: 999px) and (min-width: 700px) {
|
||||
.photo-grid {
|
||||
.photo-grid-thumb-container {
|
||||
height: 200px;
|
||||
width: 44%;
|
||||
}
|
||||
}
|
||||
@ -49,6 +46,7 @@
|
||||
@media only screen and (max-width: 699px) {
|
||||
.photo-grid {
|
||||
.photo-grid-thumb-container {
|
||||
|
||||
margin: 10px 10px 0 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user