diff --git a/src/common/index.scss b/src/common/index.scss index 09612939..795313e7 100644 --- a/src/common/index.scss +++ b/src/common/index.scss @@ -206,8 +206,8 @@ font-size: $font-size-sm; .bubble-image-container { - min-width: 50px; - min-height: 50px; + width: 50px; + height: 50px; } } diff --git a/src/components/hotel-view/HotelView.scss b/src/components/hotel-view/HotelView.scss index aff2c972..137cbcf1 100644 --- a/src/components/hotel-view/HotelView.scss +++ b/src/components/hotel-view/HotelView.scss @@ -45,14 +45,15 @@ } .left { - width: 1200px; - height: 800px; + top:0; + right:0; bottom: 0; left: 0; animation-iteration-count: 1; animation-name: slideUp; animation-duration: 1s; background-repeat: no-repeat; + background-position: left bottom; } .right {