Skip to content

Commit

Permalink
fixing duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiqueMCR committed Feb 12, 2022
1 parent ce069d3 commit f584685
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/main.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions scss/module/_socialLinks.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
.socialLinks {
grid-area: socialLinks;
display: flex;
justify-content: space-between;
align-items: center;
padding: 2rem 3rem;
@include flex-between;
border-top: 1px solid var(--subtitle-color);

.socials {
Expand Down
4 changes: 1 addition & 3 deletions scss/module/_toTop.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
.toTop {
grid-area: toTop;
display: flex;
justify-content: space-between;
padding: 2rem 3rem;
@include flex-between;
border-bottom: 1px solid var(--subtitle-color);

&__btn {
Expand Down

0 comments on commit f584685

Please sign in to comment.