Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Review Bootstrap Media Query Breakpoints #40

Open
ionescu77 opened this issue Mar 10, 2017 · 0 comments
Open

Review Bootstrap Media Query Breakpoints #40

ionescu77 opened this issue Mar 10, 2017 · 0 comments
Assignees
Milestone

Comments

@ionescu77
Copy link
Owner

Review the media queries breakpoints

Bootstrap-Media-Query-Breakpoints/bs3.css

	/*==========  Mobile First Method  ==========*/

	/* Custom, iPhone Retina */ 
	@media only screen and (min-width : 320px) {
		
	}

	/* Extra Small Devices, Phones */ 
	@media only screen and (min-width : 480px) {

	}

	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px) {

	}

	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px) {

	}

	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px) {

	}


	/*==========  Non-Mobile First Method  ==========*/

	/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1200px) {

	}

	/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px) {

	}

	/* Small Devices, Tablets */
	@media only screen and (max-width : 768px) {

	}

	/* Extra Small Devices, Phones */ 
	@media only screen and (max-width : 480px) {

	}

	/* Custom, iPhone Retina */ 
	@media only screen and (max-width : 320px) {
		
	}
@ionescu77 ionescu77 changed the title Bootstrap Media Queries Breakpoints Review Bootstrap Media Query Breakpoints Mar 10, 2017
@ionescu77 ionescu77 added this to the Release 2.0 milestone Mar 10, 2017
@ionescu77 ionescu77 self-assigned this Mar 10, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant