Skip to content

Commit

Permalink
banner image and retina support
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrillef committed Nov 25, 2015
1 parent 9159c39 commit b97573f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions css/maria-base-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,23 @@ header {
}
}

/*
https://css-tricks.com/snippets/css/retina-display-media-query/
@media
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi){
}
@media
(-webkit-min-device-pixel-ratio: 1.3),
(min-resolution: 124.8dpi){
}
@media
(-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi){
}
*/

/*Panels*/
.app-container .page-header {
padding-bottom: 0;
Expand Down

0 comments on commit b97573f

Please sign in to comment.