diff --git a/src/building-apps/ui/look-feel/responsive.md b/src/building-apps/ui/look-feel/responsive.md index c1d931ed0..348f0deb9 100644 --- a/src/building-apps/ui/look-feel/responsive.md +++ b/src/building-apps/ui/look-feel/responsive.md @@ -30,9 +30,9 @@ The CSS classes add the following: * **Device:** .desktop, .tablet, .phone, .iphonex * **Orientation:** .landscape, .portrait -* **Browser:** .chrome, .firefox, .edge, .safari, etc. +* **Browser:** .chrome, .firefox, .edge, .safari, etc. (only applies to Reactive Web apps) * **Operation system:** .windows, .osx, .ios, .android, etc. -* **Touch devices detection:** .is--touch +* **Touch devices detection:** .is--touch (only applies to Reactive Web apps) **Example:**