Skip to content

Commit f949819

Browse files
committed
touch up
1 parent e1f4214 commit f949819

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/shared-ui/src/lib-examples/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function LibExamples() {
88
return (
99
<div className={styles["lib-example-container"]}>
1010
<h1>
11-
<Logo /> examples.
11+
<Logo /> examples
1212
</h1>
1313
<div className={styles.globalThemes}>
1414
<h2>Global Themes</h2>

packages/shared-ui/src/lib-examples/lib-examples.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@
4545
justify-content: space-evenly;
4646
align-items: center;
4747
flex-wrap: wrap;
48+
max-width: 400px;
49+
margin: auto;
4850
}
4951

5052
.themes button {
51-
all: reset;
5253
height: 30px;
5354
width: 30px;
5455
border-radius: 5px;

0 commit comments

Comments
 (0)