4,554
edits
No edit summary |
No edit summary |
||
Line 120: | Line 120: | ||
position: relative; /* Add position: relative; to avoid interference with hover effect */ | position: relative; /* Add position: relative; to avoid interference with hover effect */ | ||
z-index: 2; /* Ensure it's above the overlay */ | z-index: 2; /* Ensure it's above the overlay */ | ||
float: right; /* Add float: right; to position it on the right side */ | |||
/* Create a pseudo-element for the second border (tilted) */ | /* Create a pseudo-element for the second border (tilted) */ | ||
Line 135: | Line 136: | ||
border-image-slice: 1; | border-image-slice: 1; | ||
} | } | ||
.article-metadata { | .article-metadata { | ||
display: flex; | display: flex; |