summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/app/shared/_media.scss
blob: c528a1fde05c88872360d088011d9a8319b24e1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Survival ✚ Kit
// Normalize.css

//PLACEHOLDER Media Queries for Responsive Design.
//These override the primary ('mobile first') styles
//Modify as content requires.

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}