Fixup: cleanup responsive styles too

This commit is contained in:
Aaron van Geffen 2023-04-01 15:01:14 +02:00
parent 9fcde24c39
commit 87777a6ace
1 changed files with 2 additions and 14 deletions

View File

@ -461,27 +461,15 @@ a#previous_photo:hover, a#next_photo:hover {
margin-left: 0;
}
.tiled_header {
.tiled-header {
font-size: 14px;
margin: 0 0 3.5% 0;
}
.tiled_grid div h4 {
.panorama h4 {
font-size: 14px;
padding: 15px 5px;
}
.tiled_row > div, .tiled_row .single, .tiled_row .duo {
float: none !important;
width: 100% !important;
margin: 0 0 5% !important;
}
.tiled_row > div > div {
float: none !important;
width: 100% !important;
margin: 0 0 5% !important;
}
#previous_photo, #next_photo {
display: none;
}