Skip to content

Instantly share code, notes, and snippets.

View timelsass's full-sized avatar
🦠

Tim Elsass timelsass

🦠
View GitHub Profile
@timelsass
timelsass / boostrap-media-queries.css
Last active October 10, 2017 19:29
Bootstrap 3 Media Queries
/*==================================================
= Bootstrap 3 Media Queries =
==================================================*/
/*========== Mobile First Method ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}