Skip to content

Commit

Permalink
DBC22-910: fixed mobile styling with advisories
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-oxd committed Jan 25, 2024
1 parent 49eacc9 commit 5574947
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

.advisories-accordion {
position: absolute;
top: 2rem;
top: 1rem;
left: 2rem;
width: calc(100% - 32px - 6rem);

@media (max-width: 768px) {
width: calc(100% - 32px - 2rem);
position: relative;
}

@media (min-width: 992px) {
top: 2rem;
left: calc(4rem + 360px );
width: calc(100% - 360px - 224px - 8rem);
min-width: 400px;
Expand Down

0 comments on commit 5574947

Please sign in to comment.