Responsive design for photo pages.

This commit is contained in:
Aaron van Geffen 2016-09-03 21:56:03 +02:00
parent 6f94df04f0
commit fdc437b29c
1 changed files with 11 additions and 0 deletions

View File

@ -632,4 +632,15 @@ a#previous_photo:hover, a#next_photo:hover {
width: 100% !important;
margin: 0 0 5% !important;
}
#previous_photo, #next_photo {
display: none;
}
#sub_photo, #photo_exif_box {
float: none;
margin: 30px 0;
padding: 10px;
width: auto;
}
}