slickage / hackuh-web

Hackathon for University of Hawaii Website
2 stars 1 forks source link

fix responsive layout #4

Open ruesato opened 11 years ago

ruesato commented 11 years ago

responsives not working

@mikeyfujihara how do i tell which stylesheets are included in the templates?

yekimmi commented 11 years ago

everything in the index.html file should be included for all template views. currently, it just points to main.css, which according to the Gruntfile.js,is the concatenated version of any style sheet (.css, .scss, *.sass) in the styles directory (i think).

ruesato commented 11 years ago

cool thanks. will look into it a bit more... responsives not working right now.

yekimmi commented 11 years ago

@ruesato i fixed the responsive styles. just had to import the bootstrap responsive in the main.scss. i also added our own responsive (_main_responsive.scss) file. i use that to handle some of the fixed navbar stuff.

ruesato commented 11 years ago

Fine tuning now. Responsive styles should be ready within a day.