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
The default layout leaves so much space on either side of the screen while displaying content. With my limited knowledge of CSS, I couldn't exactly figure out where shall I tweak to increase the page width to, say, 80% or in terms of em .
Apart from trying few other things, I have also kept this in lanyon.css but not much use.
body {
margin: 2px auto;
width: 100%;
}
Any help really appreciated. :)
The text was updated successfully, but these errors were encountered:
When you have a large screen, you may want to assign more space for the centered content. You can do this by enlarging the max-width in line 85 of public/css/lanyon.css as follows.
Might be able to implement some options in a future release. Right now it’s designed this way on purpose, but I get super wide displays could look awkward.
The default layout leaves so much space on either side of the screen while displaying content. With my limited knowledge of CSS, I couldn't exactly figure out where shall I tweak to increase the page width to, say,
80%
or in terms ofem
.Apart from trying few other things, I have also kept this in
lanyon.css
but not much use.Any help really appreciated. :)
The text was updated successfully, but these errors were encountered: