PythonFZ/ChemData

Make ChemicalListView wider

Opened this issue · 1 comments

Use more of the available screen width to display more information.

Note:
Always test on mobile as well!

As shown here we can add

@media (min-width: 1400px) {
    .container {
        max-width: 1600px;
    }
}

to change the max size of the container