You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.
To adapt for smaller viewports is easy as attaching tags. There's only one way to make space while keeping everything usable, by getting rid of things and putting them somewhere else!
<flsemobileonly> - This will make sure that whatever it is wrapped around will only show on small screens (768>). For example:
<flsemobileonly><p>You can only see this on mobile!</p></flsemobileonly>
<flsemobilehide> - This will hide objects on small screens and keep them shown on large screens (768<). For example:
<flsemobilehide><p>You will only see this on desktop!</p></flsemobilehide>