Skip to content

Commit

Permalink
feat: add Linkedin to the Community Section
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Artemova <[email protected]>
  • Loading branch information
annaindistress committed Aug 14, 2024
1 parent 5ed9f84 commit 61c9373
Show file tree
Hide file tree
Showing 3 changed files with 229 additions and 131 deletions.
18 changes: 16 additions & 2 deletions docs/assets/scss/social.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
}

@media (max-width: $tablet) {
flex-wrap: wrap;
gap: 20px;
margin-top: 32px;
}
Expand All @@ -58,7 +59,7 @@
border-radius: 4px;

@media (max-width: $tablet) {
width: 224px;
width: 346px;
}

@media (max-width: $mobile) {
Expand Down Expand Up @@ -87,6 +88,9 @@
}

&__item-wrapper {
display: flex;
flex-direction: column;
flex-grow: 1;
@media (max-width: $mobile) {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -145,7 +149,7 @@

&__item-description {
margin-top: 5px;
margin-bottom: 0;
margin-bottom: auto;
line-height: 1.5;
color: #7E8490;

Expand Down Expand Up @@ -199,4 +203,14 @@
filter: blur(14px);
}
}

&__item--dark-blue {
background-color: #F1F8FE;
border-color: #CFE7FC;

&:after {
background: #70B2FF;
filter: blur(14px);
}
}
}
Loading

0 comments on commit 61c9373

Please sign in to comment.