Skip to content

Commit 5e2d532

Browse files
committed
Update _hotels.scss
1 parent 4e93588 commit 5e2d532

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: src/assets/styles/partials/_hotels.scss

+10
Original file line numberDiff line numberDiff line change
@@ -268,11 +268,21 @@ p.specificInfo__wifi {
268268
height: 1px;
269269
}
270270

271+
@include media-breakpoint-only(xxl) {
272+
.specificInfo__wifi {
273+
width: 50%;
274+
}
275+
}
276+
271277
@include media-breakpoint-only(xl) {
272278
.hotels__textDivSug {
273279
height: 530px;
274280
width: 30%;
275281
}
282+
283+
.specificInfo__wifi {
284+
width: 50%;
285+
}
276286
}
277287

278288
@include media-breakpoint-only(lg) {

0 commit comments

Comments
 (0)