pages-themes / time-machine

Time machine is a Jekyll theme for GitHub Pages
https://pages-themes.github.io/time-machine/
Creative Commons Zero v1.0 Universal
88 stars 223 forks source link

Where to change HMTL or CSS to make text body wider #25

Open MonikaBarget opened 2 years ago

MonikaBarget commented 2 years ago

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?

MonikaBarget commented 2 years ago

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;
}