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
Just a small comment to suggest thinking about updating the css-generating file to set a maximum page width as, at present, on wide screens the content starts at the left of the page, which is very off-center. This can be done with a call to grid elements (see here). As a starting point, I've found the following values to work quite well (specified in the yaml file).
Relatedly, it would be worth making an adjustment to the navbar at the same time, to ensure the navbar is appropriately centered with the content. This can be done with the following code.
I always have to fight with the widths so the content looks nice on wide screen. To use your suggestion, do I need to put the grid config as following?
Just a small comment to suggest thinking about updating the css-generating file to set a maximum page width as, at present, on wide screens the content starts at the left of the page, which is very off-center. This can be done with a call to
grid
elements (see here). As a starting point, I've found the following values to work quite well (specified in the yaml file).Relatedly, it would be worth making an adjustment to the navbar at the same time, to ensure the navbar is appropriately centered with the content. This can be done with the following code.
This package looks great - thanks for putting it together.
The text was updated successfully, but these errors were encountered: