Skip to content

Commit 3325346

Browse files
committed
chore: Fine-tune margins on booking pages
1 parent d2e109b commit 3325346

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

assets/sass/booking.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
}
9393

9494
.o-booking__links {
95-
margin-top: 1rem;
95+
margin-top: 1.5rem;
9696
display: flex;
9797
gap: 1rem;
9898
flex-wrap: wrap;

assets/sass/content.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ th, td {
4242
}
4343
}
4444

45-
p:has( + ul),
46-
p:has( + ol) {
47-
margin-bottom: 1rem;
48-
}
49-
5045
p:has( + span) {
5146
margin-bottom: 0;
5247
}

0 commit comments

Comments
 (0)