Update docs

This commit is contained in:
MM20
2022-10-10 15:18:55 +02:00
parent b46e918286
commit 95e8ec6c4c
13 changed files with 882 additions and 14 deletions
@@ -4,8 +4,8 @@ import ThemedImage from '@theme/ThemedImage'
export default function HomepageScreenshots(): JSX.Element {
return (
<section>
<div className="container padding-vert--xl">
<section className="padding-vert--xl">
<div className="container">
<div className="row">
<div className="col col--4">
<div className={styles.screenshot}>
@@ -41,6 +41,12 @@ export default function HomepageScreenshots(): JSX.Element {
</div>
</div>
</div>
<div className={styles.wallpaperLink}>
Wallpaper: Johannes Plenio on{' '}
<a target="_blank" href="https://unsplash.com/photos/ztiulja606U">
Unsplash.com
</a>
</div>
</section>
)
}
@@ -6,3 +6,8 @@
.screenshot > img {
max-width: 350px;
}
.wallpaperLink {
text-align: center;
font-size: 0.8rem;
}
+6
View File
@@ -33,6 +33,12 @@
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}
.MuiSvgIcon-root {
vertical-align: top;
display: inline-block;
padding: 2px;
}
/* poppins-regular - latin */
@font-face {
font-family: 'Poppins';