Adjust slideshow size

This commit is contained in:
Joseph Ferano 2025-05-23 15:35:06 +07:00
parent 8ed8688f6a
commit aa628a01b0

View File

@ -94,8 +94,9 @@ nav a:hover {
.hero-image {
flex: 0 0 auto;
width: 800px;
height: 600px;
width: 500px;
/* height: 450px; */
aspect-ratio: 4/3;
max-width: 100%;
overflow: hidden;
}
@ -106,8 +107,8 @@ nav a:hover {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 10px;
background-color: #f7f7f7;
width: 800px;
height: 600px;
width: 100%;
height: 100%;
overflow: hidden;
}