4,554
edits
No edit summary |
No edit summary |
||
Line 110: | Line 110: | ||
/* Add a background color for visibility */ | /* Add a background color for visibility */ | ||
background-color: #f0f0f0; | background-color: #f0f0f0; | ||
width: 110%; /* Make it wider than show-article */ | |||
height: 110%; /* Make it taller than show-article */ | |||
transition: transform 0.3s; | transition: transform 0.3s; | ||
} | } | ||
Line 119: | Line 121: | ||
transform: rotate(-5deg); /* Tilt the border to the left */ | transform: rotate(-5deg); /* Tilt the border to the left */ | ||
} | } | ||
.article-metadata { | .article-metadata { | ||
display: flex; | display: flex; |