diff --git a/docs/content/en/contributing/guidelines/accessibiliy.md b/docs/content/en/contributing/guidelines/accessibiliy.md index b41d928a2..1089bc6a1 100644 --- a/docs/content/en/contributing/guidelines/accessibiliy.md +++ b/docs/content/en/contributing/guidelines/accessibiliy.md @@ -34,3 +34,20 @@ abide by: - The available space is utilized efficiently in order to avoid scrolling where possible. - The user only has to scroll in one direction to view available information. This direction should always be vertically. + +Recommendations on resolutions which are common: + +- Desktop/Laptop: + 1. 1920x1080 + 2. 1366x768 + 3. 2560x1440 + 4. 1280x720 +- Tablet Devices (With Touch and Landscape): + 1. 768x1024 + 2. 810x1080 + 3. 800x1280 +- Mobile Devices (With Touch and Landscape): + 1. 360x800 + 2. 390x844 + 3. 414x896 + 4. 412x915