fix: image and page responsiveness in docs section (#1078)

Co-authored-by: Shubham Palriwala <spalriwalau@gmail.com>
This commit is contained in:
Abhinav Arya
2023-10-11 11:38:23 +05:30
committed by GitHub
parent 9063c8286c
commit ad15af59da

View File

@@ -125,7 +125,7 @@ Generally, we have two types of user actions: Page views and clicks. The Intervi
2. **innerText & CSS-Selector:** When a user clicks an element (like a button) with a specific text content or CSS selector, the prompt will be displayed as long as the other conditions also match.
<div className="grid grid-cols-2 space-x-2">
<div className="flex max-w-full flex-col sm:max-w-3xl lg:gap-1">
<Image src={ActionCSS} alt="Add CSS action" quality="100" className="rounded-lg max-w-full sm:max-w-3xl" />
<Image
src={ActionInner}