1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-06-21 00:29:52 +02:00

Правки документации

This commit is contained in:
Anton Titovets
2024-03-07 11:40:41 +03:00
parent f505842338
commit 6c126d0002
5 changed files with 33 additions and 7 deletions

View File

@ -56,6 +56,8 @@ export default function HomepageFeatures() {
))}
</div>
<hr/>
<br/>
<br/>
<section className={styles.container}>
<span className={styles.looptext}>
<a className={styles.ico} href="/docs/Telegram/"> <img src={require('../../../static/img/APIs/Telegram.png').default} width='32px' /></a>

View File

@ -14,14 +14,17 @@ marquee{
}
.featureSvg {
height: 100px;
width: 100px;
height: 80px;
width: 80px;
}
.ico{
padding: 112px;
}
.hero__title{
font-size: 10px;
}
.container {
display: flex;
@ -48,3 +51,4 @@ marquee{
}
}