mirror of
https://github.com/jambonz/next-static-site.git
synced 2025-12-19 04:47:44 +00:00
* Initial refactor of jambonz-ui package library * Delete public/fonts directory * Jambonz UI test-app and some refinements * next lint * working on jambonz ui docs * Update package.json * Update package.json * Update package.json * Create package.json * typescript * Update components.tsx * Update components.tsx * Update utils.ts * Update icons.ts * Update components.tsx * Update components.tsx * Update icons.ts * Update components.tsx * Update _icons.scss * Update components.tsx * Update components.tsx * fix some thangs and compile all * wrap up the docs * Update tsconfig.json * icons refactor * refine docs * update readmes * update readme * fix props interfaces and test in TS app * Update components.tsx * button up some things * change package name... * include readme in pkg dist * use published package
46 lines
506 B
SCSS
46 lines
506 B
SCSS
.kit-of-parts {
|
|
text-align: center;
|
|
|
|
.wrap-text {
|
|
h1 {
|
|
max-width: 1024px;
|
|
}
|
|
|
|
h2 {
|
|
max-width: 950px;
|
|
}
|
|
|
|
h3 {
|
|
max-width: 860px;
|
|
}
|
|
|
|
h4 {
|
|
max-width: 875px;
|
|
}
|
|
|
|
h5 {
|
|
max-width: 768px;
|
|
}
|
|
|
|
h6 {
|
|
max-width: 640px;
|
|
}
|
|
|
|
p {
|
|
max-width: 640px;
|
|
}
|
|
|
|
.m,
|
|
.ms {
|
|
max-width: 500px;
|
|
}
|
|
|
|
.mxs {
|
|
max-width: 380px;
|
|
}
|
|
|
|
> div {
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
} |