Skip to content

Commit

Permalink
add extra doc styles (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 authored Aug 20, 2024
1 parent a30f434 commit 1898c57
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/modules/documentation-membership/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,18 +151,34 @@
.sub-title-wrapper {
display: flex;
gap: 24px;
@media (max-width: 876px) {
flex-wrap: wrap;
gap: 0;
}
}

.type-wrapper {
display: flex;
align-items: center;
gap: 4px;
@media (max-width: 876px) {
flex-wrap: wrap;
}
}

.link-wrapper {
display: flex;
align-items: center;
justify-content: center;
@media (max-width: 876px) {
margin-top: 16px;
margin-left: 8px;
}
@media (max-width: 780px) {
justify-content: flex-start;
width: 100%;
margin-left: unset;
}
}

.link-text {
Expand Down Expand Up @@ -276,6 +292,14 @@
letter-spacing: .035px;
cursor: pointer;
gap: 4px;
@media (max-width: 876px) {
margin-left: 8px;
}
@media (max-width: 780px) {
width: 100%;
margin-top: 16px;
margin-left: unset;
}
}

.navigator {
Expand Down

0 comments on commit 1898c57

Please sign in to comment.