feat: make small portraits larger

This commit is contained in:
max_richter 2023-11-20 15:55:01 +01:00
parent 0fe02e8ad3
commit c7914b3d30

View File

@ -81,5 +81,7 @@
max-height: 70%; max-height: 70%;
margin-left: 15%; margin-left: 15%;
margin-top: 12%; margin-top: 12%;
min-height: 300px;
object-fit: cover;
} }
</style> </style>