diff options
| -rw-r--r-- | stylesheets/index.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stylesheets/index.css b/stylesheets/index.css index 020375c..78e9d71 100644 --- a/stylesheets/index.css +++ b/stylesheets/index.css @@ -52,7 +52,8 @@ a#next-concert:hover { font-weight: 600; } -@media (max-aspect-ratio: 1/1) { +@media (max-aspect-ratio: 1/1) and (max-height: 600px), + (max-aspect-ratio: 5/6) { body { background-image: url('/images/photos/PierreVaillant2.jpg'); background-position: bottom; |
