Skip to content

Commit

Permalink
final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zmorok committed May 2, 2024
1 parent 86dd421 commit ce15b79
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
8 changes: 8 additions & 0 deletions css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,18 @@ footer {
.footer-container {
flex-direction: column;
}
.footer-container p {
width: 70%;
text-align: center;
}
.footer-container h3 {
margin: 20px;
line-height: 0;
}
.footer-container .useful-links,
.footer-container ul {
text-align: center;
}
.social-nets {
width: 50%;
}
Expand Down
Binary file modified note/Пояснительная записка.docx
Binary file not shown.
2 changes: 1 addition & 1 deletion pages/basket.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Книги</title>
<title>Корзина</title>
<link rel="stylesheet" href="../css/root.css">
<link rel="stylesheet" href="../css/header.css">
<link rel="stylesheet" href="../css/page.css">
Expand Down
9 changes: 8 additions & 1 deletion scss/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,18 @@ footer {
@media screen and (max-width: 840px) {
.footer-container {
flex-direction: column;

& p {
width: 70%;
text-align: center;
}
& h3 {
margin: 20px;
line-height: 0;
}
.useful-links,
ul {
text-align: center;
}
}
.social-nets {
width: 50%;
Expand Down

0 comments on commit ce15b79

Please sign in to comment.