I am using the Jekyll Time Machine theme on GitHub and would like to make the main content section a lot wider:
https://ieg-dhr.github.io/DigiKAR_Projektseminar/
I have checked the stylesheet.css file but cannot find the right settings.
The following code seems to relate to the overall page background rather than the "box" that contains the text and images:
#container {
border: 1px solid #2a2a2a;
background: #ddd url(../images/pattern.png);
box-shadow: 0 0 5px #b1b1b1;
}
I have posted an issue in the developer's repository but have not received a response so far. So if anyone is using Time Machine, too, I am very grateful for your help.