Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisTsymbaliuk committed Dec 17, 2023
1 parent 7045552 commit 9bcdbf5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1035,6 +1035,7 @@ input::placeholder {
.end-footer {
margin-bottom: 0;
width: 264px;
margin-right: 24px;
}
.end-text {
text-align: left;
Expand All @@ -1043,7 +1044,6 @@ input::placeholder {
.end-wrap {
margin-bottom: 72px;
display: flex;
gap: 24px;
}
.social {
margin-bottom: 16px;
Expand Down Expand Up @@ -1074,9 +1074,7 @@ input::placeholder {

@media screen and (min-width: 1158px) {
.end-wrap {
min-width: 584px;
justify-content: flex-start;
margin-right: 120px;
}
.end-content {
margin-right: 80px;
Expand All @@ -1089,6 +1087,7 @@ input::placeholder {
}
.end-footer {
max-width: 264px;
margin-right: 120px;
}
.end-wrap {
margin: 0 auto;
Expand Down

0 comments on commit 9bcdbf5

Please sign in to comment.