fixed size of image in best film small screen

This commit is contained in:
2025-03-11 09:41:25 +01:00
parent 8829df6d2b
commit b7f66d09a7
2 changed files with 12 additions and 5 deletions

View File

@@ -15,6 +15,11 @@
background-color: lightgray;
margin-bottom: 1rem;
}
.bfilm {
width: 100%;
padding-top: 80%;
}
.overlay {
position: absolute;
top: 10rem;
@@ -28,6 +33,7 @@
}
</style>
</head>