fix card image height
This commit is contained in:
parent
0aae5777fb
commit
06a2e81c66
3 changed files with 8 additions and 8 deletions
|
|
@ -31,7 +31,7 @@
|
|||
position: sticky;
|
||||
top: 0;
|
||||
background-color: #fff;
|
||||
z-index: 3;
|
||||
z-index: 10;
|
||||
}
|
||||
/* Nav */
|
||||
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
top: -34rem;
|
||||
z-index: 4;
|
||||
z-index: 11;
|
||||
background-color: var(--color-brown-light);
|
||||
display: grid;
|
||||
grid-template-columns: 2fr 8fr 1fr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue