Teaking image size
This commit is contained in:
parent
5137901948
commit
705d880181
@ -1,8 +1,9 @@
|
|||||||
.LP-PlaceDetail{
|
.LP-PlaceDetail{
|
||||||
|
|
||||||
.LP-PlaceDetail__Image{
|
.LP-PlaceDetail__Image{
|
||||||
width: 700px;
|
max-width: 700px;
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
|
width: 50%;
|
||||||
@include RV-BoxShadow--simple($-grey);
|
@include RV-BoxShadow--simple($-grey);
|
||||||
box-shadow: 0 0 10px $-grey;
|
box-shadow: 0 0 10px $-grey;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
@ -25,6 +26,7 @@
|
|||||||
.LP-PlaceDetail__Image{
|
.LP-PlaceDetail__Image{
|
||||||
float: none;
|
float: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width: unset;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -1673,8 +1673,9 @@ body {
|
|||||||
width: 100%; } }
|
width: 100%; } }
|
||||||
|
|
||||||
.LP-PlaceDetail .LP-PlaceDetail__Image {
|
.LP-PlaceDetail .LP-PlaceDetail__Image {
|
||||||
width: 700px;
|
max-width: 700px;
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
|
width: 50%;
|
||||||
box-shadow: 0 0 10px #565656;
|
box-shadow: 0 0 10px #565656;
|
||||||
box-shadow: 0 0 10px #565656;
|
box-shadow: 0 0 10px #565656;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
@ -1691,6 +1692,7 @@ body {
|
|||||||
.LP-PlaceDetail .LP-PlaceDetail__Header .LP-PlaceDetail__Image {
|
.LP-PlaceDetail .LP-PlaceDetail__Header .LP-PlaceDetail__Image {
|
||||||
float: none;
|
float: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width: unset;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user