Skip to content

Commit f6d28e6

Browse files
committed
update styling
1 parent 2e01ae7 commit f6d28e6

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/content/reference/react/Suspense.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,12 +407,13 @@ async function getAlbums() {
407407

408408
.panel {
409409
flex: 1;
410-
padding: 0 15px;
411-
border: 1px solid #eee;
412-
border-radius: 8px;
410+
border: 1px solid #aaa;
411+
border-radius: 6px;
412+
padding: 10px;
413413
}
414414

415415
.panel h2 {
416+
margin-top: 0;
416417
font-size: 1rem;
417418
}
418419
```

0 commit comments

Comments
 (0)