Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 committed Jul 5, 2024
1 parent fcd4a41 commit 36e8c77
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/modules/documentation-membership/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,20 +147,20 @@

.link-wrapper {
display: flex;
justify-content: center;
align-items: center;
justify-content: center;
}

.link-text {
color: #8BC34A;
margin-right: 4px;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.035px;
text-decoration-line: underline;
margin-right: 4px;
color: #8bc34a;
letter-spacing: .035px;
cursor: pointer;
text-decoration-line: underline;
}

.documentation-sub-title {
Expand Down

0 comments on commit 36e8c77

Please sign in to comment.