fix(print-out): perbaikkan print out foto dan print out resume

This commit is contained in:
majid
2025-04-21 15:59:56 +07:00
parent 55036bf581
commit 43b086f3ea
2 changed files with 33 additions and 2 deletions

View File

@@ -31,7 +31,8 @@
/* Image Styling */
.photo-item img {
width: auto;
height: 400px;
max-width: 100%;
height: auto;
max-height: 400px;
object-fit: contain;
background-color: #f0f0f0;
@@ -59,7 +60,6 @@
}
.photo-image {
width: 100;
height: 400px;
max-height: 400px;
}