Skip to content

Commit

Permalink
main example: z-indexing for niceness (#385)
Browse files Browse the repository at this point in the history
Signed-off-by: Hannah Bollar <[email protected]>
  • Loading branch information
hanbollar authored Feb 9, 2024
1 parent 3546aa3 commit c24f891
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/index-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,13 +206,15 @@
text-align: center;
margin: 0 auto;
color: rgba(24, 24, 24, 0.75);
z-index: 2;
}

.links {
display:grid;
grid-template-columns: 1fr 1fr;
gap: 1vw;
margin-bottom: 10px;
z-index: 2;
}

.col-1{
Expand All @@ -231,6 +233,7 @@
grid-row: 2 / 5;
grid-column: 1 / -1;
object-fit: cover;
z-index: 1;
}

/* .headset > mr-img {
Expand All @@ -244,4 +247,5 @@
font-size: 16px;

grid-column: 2;
z-index: 2;
}

0 comments on commit c24f891

Please sign in to comment.