Commit 8dda47b
fix: Add back missing margin for paragraphs in booking providers (#367)
In booking providers, each section has it's own paragraph. The CSS rule
removed the margin for these paragraphs as it was the last element in
relation to the parent.
This leads to missing margins, here in the example between the text and
the Reservations heading:
<img width="827" height="198" alt="image"
src="https://github.com/user-attachments/assets/20cdb1e4-fc76-44b7-9ac6-b8481ea45a6a"
/>
After the change:
<img width="826" height="211" alt="image"
src="https://github.com/user-attachments/assets/f78956da-06e0-4dd1-b4b1-98e191b7e66c"
/>
---------
Co-authored-by: Robert Schuster <[email protected]>1 parent e5666bd commit 8dda47b
File tree
4 files changed
+7
-5
lines changed- assets/sass
- layouts
- country
- news
- operator
4 files changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
90 | | - | |
91 | | - | |
| 92 | + | |
| 93 | + | |
92 | 94 | | |
93 | 95 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments