Skip to content

Commit

Permalink
footer update
Browse files Browse the repository at this point in the history
  • Loading branch information
TetiZ committed Jan 31, 2024
1 parent 09eb243 commit 43912b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 14 deletions.
11 changes: 2 additions & 9 deletions src/css/base/container.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,11 @@ html {
}
}

@media screen and (min-width: 1280px) {
.container {
width: 1120px;
padding-left: 16px;
padding-right: 16px;
border-radius: 50px;
}
}

@media screen and (min-width: 1440px) {
.container {
width: 1408px;
padding-left: 16px;
padding-right: 16px;
border-radius: 50px;
}
}
3 changes: 0 additions & 3 deletions src/css/base/section.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@
padding-bottom: 8px;
}
}

@media screen and (min-width: 1440px) {
}
1 change: 1 addition & 0 deletions src/css/layout/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
background-repeat: no-repeat;
background-position: center;
border-radius: 30px;
margin-bottom: 20px;
}

.footer-first-half-wrapper {
Expand Down
3 changes: 1 addition & 2 deletions src/css/layout/mobile-menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
.mobile-close-icon {
stroke: var(--secondary-text-color);
}
.mobile-menu-nav {
}

.mobile-menu-nav-list {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 43912b9

Please sign in to comment.