Skip to content

Commit 6673726

Browse files
ofriwclaude
andcommitted
Fix learning objectives layout to prevent line wrapping
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e45ca63 commit 6673726

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

website/src/components/PresentationMode/RevealSlideshow.module.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
.objectives {
5555
margin-top: 1.5em;
5656
text-align: left;
57-
max-width: 90%;
57+
max-width: 100%;
5858
margin-left: auto;
5959
margin-right: auto;
6060
}
@@ -67,14 +67,15 @@
6767
.objectives ul {
6868
list-style: none;
6969
padding: 0;
70+
max-width: 100%;
7071
}
7172

7273
.objectives li {
7374
margin: 0.4em 0;
74-
padding-left: 1.5em;
75+
padding-left: 1.2em;
7576
position: relative;
7677
line-height: 1.5;
77-
font-size: clamp(0.9rem, 1.6vw, 1em);
78+
font-size: clamp(0.85rem, 1.5vw, 0.95em);
7879
}
7980

8081
.objectives li::before {

0 commit comments

Comments
 (0)