Drasil
Drasil copied to clipboard
HTML SRS: centre align body?
Each time I open the SRS in my web browser, I think "it would be nice if this page was centre-aligned." Adding the following snippet to the style of of the <body> is enough to make the website look a bit better (in my opinion):
width: 80%;
margin-left: auto;
margin-right: auto;
However, it might not be the best solution for mobile devices.
Demo:
Now:
What's the current CSS that regulates this?
We're so far from being mobile-ready, I think it's fine to ignore that for now.
I agree that the generated web pages could look nicer, and I agree that we should ignore this for now. :smile: