Add discussion link
All checks were successful
Build release image / build (push) Successful in 1m26s

This commit is contained in:
yehor
2025-10-07 21:05:49 +03:00
parent d6d3cd6d00
commit 756312021a
20 changed files with 90 additions and 122 deletions

View File

@@ -1,6 +1,27 @@
.blogDiscussions {
display: flex;
flex-direction: row;
justify-content: center;
padding: 1rem 0;
}
.blogDiscussions_container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
padding: 2rem 0;
width: 100%;
}
.linkText {
width: 12rem;
}
.icon {
width: 3rem;
height: 3rem;
}
.icon path {
fill: var(--ifm-link-color) !important;
}