HappyFunCorp / happy_seed

A seed for planting new apps.
http://seed.happyfuncorp.com
MIT License
119 stars 22 forks source link

Static blog site scrolls horizontally #29

Closed rreusser closed 9 years ago

rreusser commented 9 years ago

Investigating the container situation...

rreusser commented 9 years ago

.timeline needs:

.timeline
  @extend .container-fluid;

Reorganizing the CSS as a whole at the moment… it's kinda all jammed into one file. I think it'd benefit a lot from separating out the components so it's not already out of control by the time you start an empty blog site.

wschenk commented 9 years ago

Go for it.

--  Will Schenk http://happyfuncorp.com http://willschenk.com http://sublimeguile.com

From: Ricky Reusser notifications@github.com Reply: HappyFunCorp/happy_seed reply@reply.github.com> Date: January 27, 2015 at 1:00:38 PM To: HappyFunCorp/happy_seed happy_seed@noreply.github.com> Subject:  Re: [happy_seed] Static blog site scrolls horizontally (#29)

.timeline needs:

.timeline @extend .container-fluid;

Reorganizing the CSS as a whole at the moment… it's kinda all jammed into one file. I think it'd benefit a lot from separating out the components so it's not already out of control by the time you start an empty blog site.

— Reply to this email directly or view it on GitHub.

rreusser commented 9 years ago

Though, to be clear, I struggle with CSS organization. It's tricky. Like rows and columns should logically be separate from typography styles… I haven't found a convention or way to organize this stuff logically that scales well.

wschenk commented 9 years ago

I like to put things in one file and have each block be a different page, but that’s just me. 

--  Will Schenk http://happyfuncorp.com http://willschenk.com http://sublimeguile.com

From: Ricky Reusser notifications@github.com Reply: HappyFunCorp/happy_seed reply@reply.github.com> Date: January 27, 2015 at 1:02:21 PM To: HappyFunCorp/happy_seed happy_seed@noreply.github.com> Cc: Will Schenk wschenk@gmail.com> Subject:  Re: [happy_seed] Static blog site scrolls horizontally (#29)

Though, to be clear, I struggle with CSS organization. It's tricky. Like rows and columns should logically be separate from typography styles… I haven't found a convention or way to organize this stuff logically that scales well.

— Reply to this email directly or view it on GitHub.