Files
web/apps/scandic-web/components/HotelReservation/MyStay/Rooms/SingleRoom/Details/details.module.css
Erik Tiekstra 88644597df chore: Replaced deprecated Spacing variables with current values
Approved-by: Matilda Landström
2025-11-12 12:56:22 +00:00

11 lines
126 B
CSS

.details {
max-width: 100%;
padding: 0 var(--Space-x2);
}
@media (min-width: 768px) {
.details {
padding: 0;
}
}