Skip to content

Commit bbfbd0f

Browse files
Fix ul margin
1 parent 42f1e3a commit bbfbd0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_blogposts/2024-01-11-release-11-0-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Another addition is first-class support for dynamic imports, which will allow de
4444

4545
### Uncurried Mode
4646

47-
This release is also introducing uncurried mode , which is a new default mode that compiles all dependencies as uncurried, and it aims to make it easier for newcomers to use the language.
47+
This release is also introducing uncurried mode, which is a new default mode that compiles all dependencies as uncurried, and it aims to make it easier for newcomers to use the language.
4848

4949
- Blogpost: [Uncurried Mode](/blog/uncurried-mode)
5050

src/components/Markdown.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ module A = {
391391

392392
module Ul = {
393393
@react.component
394-
let make = (~children) => <ul className="md-ul mt-12 mb-16"> children </ul>
394+
let make = (~children) => <ul className="md-ul mb-16"> children </ul>
395395
}
396396

397397
module Ol = {

0 commit comments

Comments
 (0)