Improve sign-up message for smaller screens
Created by: valerybugakov
Problem statement
The sign-up message is not good in using available space on small screens:
This could be fixed by splitting the content into two rows:
- Search icon + text.
- Create a free account" button.
To reproduce the issue visit the following link as a non-authorized user. The source code for the sign-up message is located here.
Success criteria
The message changes the layout on smaller screens to show content in two rows.
Things to learn/practice during the implementation
- Apply CSS to build responsive UI.
- Learn more about how Sourcegraph repo uses CSS modules to build UI's faster.
Estimated amount of work
T-shirt size estimate: S.