Skip to content

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
nialexsan committed Oct 21, 2024
1 parent b4f9eb2 commit f7ae373
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions src/ui/design-system/styles/backgrounds.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,30 @@
background-repeat: no-repeat;
background-position: 50% -40px;
background-size: 1000px auto;
}

@media screen and (min-width: 768px) {
@media screen and (min-width: 768px) {
.page-bg-gradient {
background-size: 1500px auto;
background-position: 50% -40px;
}
}

@media screen and (min-width: 1536px) {
@media screen and (min-width: 1536px) {
.page-bg-gradient {
background-size: contain;
background-position: 50% -100px;
}
}

@media screen and (min-width: 1920px) {
@media screen and (min-width: 1920px) {
.page-bg-gradient {
background-position: 50% -200px;
}
}

@media screen and (min-width: 2200px) {
@media screen and (min-width: 2200px) {
.page-bg-gradient {
background-position: 50% -400px;
}
}
Expand Down

0 comments on commit f7ae373

Please sign in to comment.