Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mea6ea6 committed Dec 7, 2024
1 parent 1b85317 commit 86c464d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions pages/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
flex-direction: column;
}
}
@media screen and (max-width: 816px) {
@media screen and (max-width: 820px) {
.section__title {
font-size: 16px;
}
Expand Down Expand Up @@ -430,7 +430,7 @@
font-size: 12px;
}
}
@media screen and (max-width: 473px) {
@media screen and (max-width: 480px) {
.header__title {
max-width: 240px;
font-size: 28px;
Expand Down Expand Up @@ -458,4 +458,12 @@
.portfolio__item-link {
font-size: 10px;
}
.footer__box {
align-items: start;
flex-direction: column-reverse;
gap: 20px;
}
.footer__links {
gap: 10px;
}
}
4 changes: 2 additions & 2 deletions variables/root.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
--max-width: 768px;
}
}
@media screen and (max-width: 816px) {
@media screen and (max-width: 820px) {
:root {
--max-width: 425px;
}
}
@media screen and (max-width: 473px) {
@media screen and (max-width: 480px) {
:root {
--max-width: 320px;
}
Expand Down

0 comments on commit 86c464d

Please sign in to comment.