Lack of viewport effecting responsive design #7

Open
opened 2022-02-16 18:13:22 +01:00 by spongycake · 0 comments
Owner

The styles use measurements that are relative to the viewport. We use rems in places Source. You will notice the page is shrunk on mobile compared with desktop for example.

You can set viewport with tag or CSS. w3 guide. From memory most CSS libraries use s in html instead of embedding into the stylesheet, unsure why.

The styles use measurements that are relative to the viewport. We use rems in places [Source](https://hackernoon.com/using-viewport-units-to-scale-fixed-layouts-869638bb91f9). You will notice the page is shrunk on mobile compared with desktop for example. You can set viewport with <meta> tag or CSS. [w3 guide](https://www.w3schools.com/css/css_rwd_viewport.asp). From memory most CSS libraries use <meta>s in html instead of embedding into the stylesheet, unsure why.
sm2n was assigned by spongycake 2022-02-16 18:13:22 +01:00
spongycake changed title from Lack of viewport and affecting responsive design to Lack of viewport effecting responsive design 2022-02-16 18:14:53 +01:00
spongycake added the
critical
label 2022-02-27 03:08:42 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: LibreGaming/libregaming-website#7
No description provided.