1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-23 22:05:15 +02:00

Страница скачивания для сайта

This commit is contained in:
Anton Titovets
2025-11-02 13:40:27 +03:00
parent 4ef614e013
commit 88766c5d3d
6 changed files with 45 additions and 5 deletions

View File

@@ -137,7 +137,9 @@ strong{
margin-top: 10px;
}
.hero__subtitle{
margin-top: -15px;
}
.menu__link{
font-weight: 350;
@@ -410,7 +412,7 @@ li > a.menu__link {
display: inline-block;
font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
font-size: 14px;
font-weight: 500;
font-weight: 400;
line-height: 20px;
list-style: none;
padding: 6px 16px;

View File

@@ -126,7 +126,7 @@ function HomepageHeader() {
</Link>
</div>
<div className={styles.button}>
<Link className="button button--secondary button--bg" to="https://github.com/Bayselonarrend/OpenIntegrations/releases/latest">
<Link className="button button--secondary button--bg" to="./download">
Скачать
</Link>
</div>

View File

@@ -3,6 +3,13 @@
* and scoped locally.
*/
h3,h1{
font-weight: 350;
}
p{
font-weight: lighter;
}
.heroBanner {