@nsvsrk
AEM does not automatically create separate Experience Fragments for each viewport. Instead:
You create one Experience Fragment that is responsive.The responsiveness is handled by the components used within the XF, typically using CSS media queries, responsive grids, or layout containers
I...