Compare commits

..

No commits in common. "66a420741e31991e117b5a2f1c553943278fd4c1" and "5137901948e792fb69ff6ef29da29ba25af16fbe" have entirely different histories.

2 changed files with 9 additions and 13 deletions

View File

@ -1,9 +1,8 @@
.LP-PlaceDetail{
.LP-PlaceDetail__Image{
max-width: 700px;
max-height: 500px;
width: 50%;
width: 700px;
max-height: 500px;
@include RV-BoxShadow--simple($-grey);
box-shadow: 0 0 10px $-grey;
object-fit: cover;
@ -13,9 +12,9 @@
padding: 0;
float: right;
margin-left: $-spacing-medium;
margin-bottom: $-spacing-medium;
margin-right: $-spacing-medium;
margin-left: 35px;
margin-bottom: 35px;
margin-right: 35px;
overflow: hidden;
}
}
@ -26,7 +25,6 @@
.LP-PlaceDetail__Image{
float: none;
width: 100%;
max-width: unset;
height: auto;
margin: 0;
padding: 0;

View File

@ -1673,9 +1673,8 @@ body {
width: 100%; } }
.LP-PlaceDetail .LP-PlaceDetail__Image {
max-width: 700px;
width: 700px;
max-height: 500px;
width: 50%;
box-shadow: 0 0 10px #565656;
box-shadow: 0 0 10px #565656;
object-fit: cover;
@ -1683,16 +1682,15 @@ body {
margin: 0;
padding: 0;
float: right;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
margin-left: 35px;
margin-bottom: 35px;
margin-right: 35px;
overflow: hidden; }
@media (max-width: 1000px) {
.LP-PlaceDetail .LP-PlaceDetail__Header .LP-PlaceDetail__Image {
float: none;
width: 100%;
max-width: unset;
height: auto;
margin: 0;
padding: 0;