Compare commits
2 Commits
5137901948
...
66a420741e
Author | SHA1 | Date | |
---|---|---|---|
66a420741e | |||
705d880181 |
@ -1,8 +1,9 @@
|
||||
.LP-PlaceDetail{
|
||||
|
||||
.LP-PlaceDetail__Image{
|
||||
width: 700px;
|
||||
max-height: 500px;
|
||||
max-width: 700px;
|
||||
max-height: 500px;
|
||||
width: 50%;
|
||||
@include RV-BoxShadow--simple($-grey);
|
||||
box-shadow: 0 0 10px $-grey;
|
||||
object-fit: cover;
|
||||
@ -12,9 +13,9 @@
|
||||
padding: 0;
|
||||
|
||||
float: right;
|
||||
margin-left: 35px;
|
||||
margin-bottom: 35px;
|
||||
margin-right: 35px;
|
||||
margin-left: $-spacing-medium;
|
||||
margin-bottom: $-spacing-medium;
|
||||
margin-right: $-spacing-medium;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
@ -25,6 +26,7 @@
|
||||
.LP-PlaceDetail__Image{
|
||||
float: none;
|
||||
width: 100%;
|
||||
max-width: unset;
|
||||
height: auto;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
@ -1673,8 +1673,9 @@ body {
|
||||
width: 100%; } }
|
||||
|
||||
.LP-PlaceDetail .LP-PlaceDetail__Image {
|
||||
width: 700px;
|
||||
max-width: 700px;
|
||||
max-height: 500px;
|
||||
width: 50%;
|
||||
box-shadow: 0 0 10px #565656;
|
||||
box-shadow: 0 0 10px #565656;
|
||||
object-fit: cover;
|
||||
@ -1682,15 +1683,16 @@ body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
float: right;
|
||||
margin-left: 35px;
|
||||
margin-bottom: 35px;
|
||||
margin-right: 35px;
|
||||
margin-left: 25px;
|
||||
margin-bottom: 25px;
|
||||
margin-right: 25px;
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user