wip: menu
This commit is contained in:
@@ -45,13 +45,13 @@ import ArrowDown from "../icons/ArrowDown.astro";
|
||||
.image-wrapper {
|
||||
grid-column: -1 / -6;
|
||||
grid-row: 1;
|
||||
width: 100%;
|
||||
/* width: 100%; */
|
||||
max-height: clamp(400px, 70vh, 1000px);
|
||||
}
|
||||
|
||||
.image {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
object-fit: cover;
|
||||
object-position: bottom;
|
||||
|
||||
Reference in New Issue
Block a user