feat(SW-252): change semantic element

This commit is contained in:
Fredrik Thorsson
2024-08-27 09:44:47 +02:00
parent 8c4ade719f
commit 51285f359f
2 changed files with 7 additions and 7 deletions
@@ -26,7 +26,7 @@
object-fit: cover;
}
.header {
.hotelInformation {
grid-area: header;
}
@@ -87,8 +87,8 @@
}
.tripAdvisor {
display: block;
position: absolute;
display: block;
left: 7px;
top: 7px;
}
@@ -97,7 +97,7 @@
width: 518px;
}
.header {
.hotelInformation {
padding-top: var(--Spacing-x2);
padding-right: var(--Spacing-x2);
}