File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -47,29 +47,29 @@ export default async function Course() {
47
47
</ div >
48
48
</ div >
49
49
< div className = "px-2 pt-14 pb-28" >
50
- < div className = "max-w-xl space-y-8 text-base/7 text-gray-400 **:[strong]:font-medium **:[strong]:text-white" >
50
+ < div className = "max-w-xl space-y-8 text-base/7 text-gray-400 marker:text-white/60 **:[li]:pl-2 **:[ strong]:font-medium **:[strong]:text-white **:[ul]:list-[square] **:[ul]:space-y-4 **:[ul]:pl-8 " >
51
51
< p >
52
52
When you build UI components that are used by < strong > tens of thousands of developers</ strong > , you learn to
53
53
really care about the details, like:
54
54
</ p >
55
- < ul className = "list-[square] space-y-4 pl-8 marker:text-white/60" >
56
- < li className = "pl-2" >
55
+ < ul >
56
+ < li >
57
57
< strong > Building layouts that don't break</ strong > when the content is longer than you planned for in
58
58
Figma
59
59
</ li >
60
- < li className = "pl-2" >
60
+ < li >
61
61
Making a table scrollable, < strong > without the content getting cropped</ strong > by the page padding
62
62
</ li >
63
- < li className = "pl-2" >
63
+ < li >
64
64
< strong > Automatically aligning icons</ strong > in dropdown menus, even when some items are just text
65
65
</ li >
66
- < li className = "pl-2" >
66
+ < li >
67
67
Making an entire card clickable, < strong > without destroying the experience</ strong > for screen readers
68
68
</ li >
69
- < li className = "pl-2" >
69
+ < li >
70
70
< strong > Fine-tuning click targets for mobile</ strong > , without making everything else harder to maintain
71
71
</ li >
72
- < li className = "pl-2" >
72
+ < li >
73
73
Getting the border radius < strong > mathematically perfect</ strong > on nested elements, without hard-coding
74
74
magic numbers
75
75
</ li >
You can’t perform that action at this time.
0 commit comments