Skip to content

Commit

Permalink
fix: misalignment of asm buttons (CXSPA-5028) (#17992)
Browse files Browse the repository at this point in the history
Co-authored-by: Hakwoo Kim <[email protected]>
  • Loading branch information
kimhw0630 and hakwookim authored Oct 24, 2023
1 parent 64e1954 commit 720b0a4
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
}
}

@include forVersion(6.6) {
@media (max-width: 1090px) {
flex-direction: column;
> * {
margin-bottom: 12px;
}
}
}

button {
color: #aa0808;
font-weight: 700;
Expand All @@ -20,6 +29,11 @@
@media (max-width: 940px) {
width: 100%;
}
@include forVersion(6.6) {
@media (max-width: 1090px) {
width: 100%;
}
}

&.cx-360-button {
background-color: #0070f2;
Expand Down

0 comments on commit 720b0a4

Please sign in to comment.