Skip to content

Commit

Permalink
linting and no z-index needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmparrish committed Aug 26, 2024
1 parent 48823ad commit f597964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 2 additions & 5 deletions libs/blocks/editorial-card/editorial-card.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,10 @@

.editorial-card .background .milo-video,
.editorial-card .background .milo-iframe {
height: 100%;
padding-bottom: 0;
height: 100%;
padding-bottom: 0;
}


.editorial-card .lockup-area,
.editorial-card .device {
margin: 0;
Expand Down Expand Up @@ -190,7 +189,6 @@
justify-content: center;
}


.editorial-card hr {
background-color: currentcolor;
border: none;
Expand Down Expand Up @@ -275,7 +273,6 @@
}

.editorial-card .vp-media .tablet-only { display: block; }

}

/* desktop up */
Expand Down
1 change: 0 additions & 1 deletion libs/blocks/text/text.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
position: absolute;
right: 0;
top: 0;
z-index: 0;
overflow: hidden;
}

Expand Down

0 comments on commit f597964

Please sign in to comment.