Skip to content

Commit

Permalink
media query changes
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushjindal committed Aug 8, 2024
1 parent e1b7600 commit 933eeeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blocks/agent-profile/design-1.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
color: var(--white);
}

@media (min-width: 992px) {
@media (min-width: 900px) {
.design-1 .agent-profile.block {
position: relative;
}
Expand Down
2 changes: 1 addition & 1 deletion blocks/agent-transactions/agent-transactions.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
}
}

@media (min-width: 992px) {
@media (min-width: 900px) {
.agent-transactions.block h1 {
font-size: 1.875rem;
}
Expand Down

0 comments on commit 933eeeb

Please sign in to comment.