Skip to content

Commit 9dfb6b4

Browse files
markdumayclaude
andcommitted
style: add width constraint to section-title class
- Ensures section titles maintain full width within their containers - Improves layout consistency and prevents unexpected text wrapping 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Haiku 4.5 <[email protected]>
1 parent 2a887ee commit 9dfb6b4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

assets/scss/common/_styles.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ div.rounded, img.rounded {
5252

5353
.section-cover {
5454
min-height: calc(var(--section-height) - var(--overlay-offset));
55-
}
55+
}
56+
57+
.section-title {
58+
width: 100%;
59+
}
5660

5761
@include media-breakpoint-up(xxl) {
5862
.section-cover {

0 commit comments

Comments
 (0)