Skip to content

Commit

Permalink
container update
Browse files Browse the repository at this point in the history
  • Loading branch information
TetiZ committed Jan 24, 2024
1 parent 89fd146 commit f92e771
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions src/css/base/container.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,30 +43,3 @@ html {
border-radius: 50px;
}
}

.container {
width: 375px;
margin: 0 auto;
}

@media screen and (min-width: 768px) {
.container {
width: 768px;
padding-left: 16px;
padding-right: 16px;
}
}

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

@media screen and (min-width: 1440px) {
.container {
width: 1280px;
}
}

0 comments on commit f92e771

Please sign in to comment.