wgnhs / lslc-web-app

Web Application for the viewing the WGNHS Lake Superior Legacy Collection
https://wgnhs.github.io/lslc-web-app/
1 stars 0 forks source link

CSS cleanup #87

Closed cmrRose closed 7 years ago

cmrRose commented 7 years ago

Style things I need to fix:

cmrRose commented 7 years ago

Example of properly wrapping detailsDiv: https://jsbin.com/yiconobuya/3/edit?html,css,output

cmrRose commented 7 years ago

Look into a framework... Bootstrap Skeleton
CSS Materialize: http://materializecss.com/getting-started.html

cmrRose commented 7 years ago

Problems with parent divs collapsing: http://css-snippets.com/collapsing/

cmrRose commented 7 years ago

Possibly look into em units instead of pixels in CSS. (use rem for margin/padding? )