We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f4214 commit f949819Copy full SHA for f949819
packages/shared-ui/src/lib-examples/index.tsx
@@ -8,7 +8,7 @@ export default function LibExamples() {
8
return (
9
<div className={styles["lib-example-container"]}>
10
<h1>
11
- <Logo /> examples.
+ <Logo /> examples
12
</h1>
13
<div className={styles.globalThemes}>
14
<h2>Global Themes</h2>
packages/shared-ui/src/lib-examples/lib-examples.module.css
@@ -45,10 +45,11 @@
45
justify-content: space-evenly;
46
align-items: center;
47
flex-wrap: wrap;
48
+ max-width: 400px;
49
+ margin: auto;
50
}
51
52
.themes button {
- all: reset;
53
height: 30px;
54
width: 30px;
55
border-radius: 5px;
0 commit comments