Update the EXIF table so that it properly formats data from my Canon camera

This commit is contained in:
Eryn Wells 2023-04-08 19:31:02 -07:00
parent 3eb3217092
commit b9869c11f0
2 changed files with 42 additions and 17 deletions

View file

@ -119,7 +119,7 @@
font-weight: bold;
}
.photo-params tbody tr:first-child > td {
.photo-params tbody tr > td {
border: none;
border-bottom: 1px solid var(--photo-params-border-color);
}