Actions
Feature #53
openProposed Addition to photographers.css
Status:
New
Priority:
Low
Assignee:
-
Start date:
02/12/2024
Due date:
% Done:
0%
Estimated time:
Description
I propose adding the following CSS to the end of photographers.css to help with smaller device widths viewing the home screen.
@media (min-width: 0) and (max-width: 1025px) {
div.narrower { width: 100%; }
.functions div.items { width: 100%; min-height: 50px; height: fit-content; margin-top: .5em !important; margin-bottom: .5em !important;}
.functions div.items p { margin: 0; }
table.photographer_history { float: left; }
table.photographer_history::after { clear: both; }
}
Please note that this isn't tested on other pages, which may not use the same layout HTML.
No data to display
Actions