Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table formatting - mobile responsive #71

Open
redahaq opened this issue Dec 20, 2019 · 1 comment
Open

Table formatting - mobile responsive #71

redahaq opened this issue Dec 20, 2019 · 1 comment
Assignees

Comments

@redahaq
Copy link

redahaq commented Dec 20, 2019

Rosa and I were looking at your table re. mobile view. cc @rosalie-baxter.

Maybe you can add the following to your table CSS. This lets you scroll across horizontally to see the rest of the table content without having to resize the table/ make content smaller.

table {
    padding: 1rem;
    overflow-x: auto;
}

image

@rosalie-baxter
Copy link

yaaa i second this! reda's css magic....

also not a massive biggy but might be tempted to change the way the background image renders on mobile? just as you can't really tell what it is at that scale

mobileview

@jdy3 jdy3 self-assigned this Dec 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants