Skip to content

Commit

Permalink
fix for column image resize only in wsaw page
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshmithi committed Dec 20, 2024
1 parent 2205655 commit fb43a7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2061,6 +2061,10 @@ main .section .talk-to-an-expert-form-wrapper .talk-to-an-expert-form > div ul {
overflow-y: scroll;
}

.seventythirty .columns-2-cols .container .columns-img-col picture img {
width: 50% !important;
}

.pointer-events-none {
pointer-events: none;
}
Expand Down
4 changes: 4 additions & 0 deletions styles/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,10 @@
@apply overflow-y-scroll;
}

.seventythirty .columns-2-cols .container .columns-img-col picture img {
@apply !w-1/2;
}

}

@layer utilities {
Expand Down

0 comments on commit fb43a7e

Please sign in to comment.