Skip to content

Commit

Permalink
fixed mobile card width
Browse files Browse the repository at this point in the history
  • Loading branch information
dougkellermeyer committed Nov 21, 2023
1 parent db609a2 commit dbfa41e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -8020,6 +8020,10 @@ table th {

@media(max-width: 595px) {

.pricing-comparison-row>div {
width: 60%;
}

.frequently-question {

h2 {
Expand Down Expand Up @@ -8094,6 +8098,8 @@ table th {
}

@media(max-width: 420px) {


.related-index-body {
display: flex !important;
flex-direction: column !important;
Expand Down

0 comments on commit dbfa41e

Please sign in to comment.