Skip to content

Commit

Permalink
Merge pull request #75 from IrynaSlavinska/dima1
Browse files Browse the repository at this point in the history
123
  • Loading branch information
IrynaSlavinska authored Jul 12, 2023
2 parents fe6d20d + a6baef0 commit 7345294
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
13 changes: 11 additions & 2 deletions src/css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@
.footer_logo_link {
text-transform: uppercase;
display: flex;
max-width: 130px;
align-items: center;
justify-content: center;
margin-bottom: 40px;

margin: 0 auto 40px;

font-weight: 700;
line-height: 18px;
letter-spacing: -0.56px;
Expand Down Expand Up @@ -147,6 +150,7 @@
display: flex;
flex-direction: column;
}

.footer_soc_cnt {
margin-bottom: 43px;
}
Expand Down Expand Up @@ -174,9 +178,14 @@
gap: 166px;
}
.footer_logo_link {
margin: 0;
margin-bottom: 0;
}
.footer_nav_list {
align-items: center;
}
.footer_wrap_contact {
justify-content: space-between;
flex-direction: column;
display: flex;
}
}
3 changes: 2 additions & 1 deletion src/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@
target="_blank"
rel="noopener noreferrer"
href="https://goo.gl/maps/JntpR8JTNK1PvN2A8"
>1678 S. Pioneer Road Salt Lake City UT 84104</a
>1678 S. Pioneer Road Salt Lake City <br />
UT 84104</a
>
</li>
</ul>
Expand Down

0 comments on commit 7345294

Please sign in to comment.