Skip to content

Commit

Permalink
logos updated (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonelRos authored Mar 30, 2020
1 parent 7e74af4 commit 576bba0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions _sass/components/_about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
.logo-garden {
li {
margin-bottom: 12px;
display: flex;
justify-content: center;

@media #{$bp-mobile-up} {
margin-right: 24px;
Expand Down
1 change: 1 addition & 0 deletions _sass/components/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
.social-list {
align-items: center;
display: flex;
justify-content: center;;
}
}
2 changes: 1 addition & 1 deletion _sass/elements/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ blockquote p,
}

.quote-tmb {
@include position(absolute, null -24px -16px null);
@include position(absolute, null -24px -34px null);
border-radius: 100px;
display: block;
}
Expand Down

0 comments on commit 576bba0

Please sign in to comment.