From 1a59fe7ab0b5b16c6009fbc26013a7ab4e7d43f8 Mon Sep 17 00:00:00 2001 From: Tamara Steinwender <tamara.steinwender@tugraz.at> Date: Tue, 29 Jun 2021 10:10:56 +0200 Subject: [PATCH] Update Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41e2168..250b372 100644 --- a/README.md +++ b/README.md @@ -164,4 +164,4 @@ Example: ``` ### Design Note -To enable a uniform design, the activity should be used in a container with a width of at least 768 pixels. Under a width of 768 pixels, the activity should occupy 100% of the width of the window to ensure a responsive design. \ No newline at end of file +To ensure a uniform and responsive design the activity should occupy 100% of the window width when the activity width is less than 768 px. -- GitLab