pages-themes / time-machine

Time machine is a Jekyll theme for GitHub Pages

Home Page:https://pages-themes.github.io/time-machine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where to change HMTL or CSS to make text body wider

MonikaBarget opened this issue · comments

I have used Time Machine to create the following deployment:

https://ieg-dhr.github.io/DigiKAR_Projektseminar/

Now I want to make the container with the text body wider, but I could not find the relevant settings in either the HTML nor the CSS files.

Could you point me into the right direction?

I found the following section in the CSS stylesheet that may be what I am looking for:

#container {
  border: 1px solid #2a2a2a;
  background: #ddd url(../images/pattern.png);
  box-shadow: 0 0 5px #b1b1b1;
}