chharvey / chharvey.github.io

My personal web site.
https://chharvey.github.io/
MIT License
4 stars 1 forks source link

change GoldenBody objects (and sub-objects) #55

Closed chharvey closed 8 years ago

chharvey commented 8 years ago
  1. GoldenBody object, and sub-objects within, use margins to determine positioning. Instead, use position.
  2. May consider styling sub-objects on class, not on nested parent. (instead of .GoldenBody--right > .GoldenContent {/*right*/} use .GoldenContent--right {/*right*/}).