Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Osmhack changes #19

Merged
merged 8 commits into from Jul 16, 2016
Merged

Osmhack changes #19

merged 8 commits into from Jul 16, 2016

Conversation

planemad
Copy link
Contributor

@planemad planemad commented Jul 3, 2016

By @rvgpl:

  • Fix broken logo
  • Jekyll restructure
  • Minor CSS improvements

screenshot 2016-07-03 12 20 30

cc @geohacker @batpad

@planemad planemad mentioned this pull request Jul 3, 2016
@planemad
Copy link
Contributor Author

planemad commented Jul 3, 2016

@rvgpl how are the breakpoints being used currently?

@rvgpl
Copy link
Collaborator

rvgpl commented Jul 3, 2016

@planemad All CSS is mobile-first so breakpoints are used when the device is not mobile. The current breakpoints are defined in grids.scss, I used breakpoint-sass to write easier media queries.

So once the device is $tablet or $pc width which is defined in grids.scss the CSS is applied to that particular class.

Usage:

@include breakpoint($tablet) {
   ....//tablet styles
}
@include breakpoint($pc) {
   .... //Desktop styles
}

@planemad planemad merged commit 030cc76 into gh-pages Jul 16, 2016
@planemad planemad deleted the osmhack branch July 16, 2016 17:50
@planemad
Copy link
Contributor Author

Needs a redeploy

cc @batpad

@geohacker
Copy link
Member

@planemad deploy done - http://openstreetmap.in/#5/22.150/79.081

Thank you @planemad @rvgpl! 🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants