fix: display partner title in case study partnership section - #227
Conversation
- Remove CSS rule hiding third partnership text element (partner title) - Adjust partnership section positioning and layout - Update typography and spacing for partnership label - Simplify responsive behavior for partnership display
WalkthroughThis change modifies the Partnership section styling in the case studies details page. The Partnership container layout switches from a row-based flex arrangement to a column arrangement with reduced gaps (16px to 8px). Positioning changes from flow-based to absolute placement with top/left coordinates. Several hover and focus states are removed, including shadow and transform effects. Font size decreases from 11px to 9px for Partnership text with uppercase enforced by default. The cs_info section's top margin increases from 80px to 110px to adjust vertical spacing relative to the hero area. Possibly related PRs
Pre-merge checks✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (6)📓 Common learnings📚 Learning: 2025-12-05T10:45:00.494ZApplied to files:
📚 Learning: 2025-08-29T09:36:15.180ZApplied to files:
📚 Learning: 2025-05-26T15:57:01.766ZApplied to files:
📚 Learning: 2025-05-29T07:16:52.843ZApplied to files:
📚 Learning: 2025-07-02T08:15:36.173ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🔍 Vulnerabilities of
|
| digest | sha256:c2090aedfd2802bff5df35a67e3375e6c4e445b9d258499548fbd37ccc6223ce |
| vulnerabilities | |
| platform | linux/amd64 |
| size | 291 MB |
| packages | 985 |
📦 Base Image node:23-alpine
| also known as |
|
| digest | sha256:b9d38d589853406ff0d4364f21969840c3e0397087643aef8eede40edbb6c7cd |
| vulnerabilities |
Description
| ||||||||||||||||||||||||
Description
Description
| ||||||||||||||||||||||||
Description
| ||||||||||||||||||||||||
Description
| ||||||||||||||||||||||||
Description
| ||||||||||||||||||||||||
Description
| ||||||||||||||||||||||||
Description
| ||||||||||||||||||||||||
Description
| ||||||||||||||||||||||||
Description
| ||||||||||||||||||||||||
Description
| ||||||||||||||||||||||||
Description
|
This PR fixes the display of partner titles in case study partnership sections by removing CSS rules that hid the third text element. It adjusts the partnership container from horizontal to vertical layout, repositions it using absolute positioning, reduces font sizes, decreases internal gaps, and increases the top margin of the case study info section for improved vertical spacing.