Tweaking styls

This commit is contained in:
Timothy Farrell 2026-04-12 11:13:44 +00:00
parent 2a437479f9
commit 9bcf2931ce

View File

@ -17,15 +17,13 @@
#img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
display: block;
width: 100%;
height: 100%
cursor: pointer;
margin-left: auto;
margin-right: auto;
background-image: url($img_url);
background-size: cover; /* Important for proper scaling */
background-size: contain; /* Important for proper scaling */
background-position: center;
background-repeat: no-repeat;
}
.chevron {
position: absolute;