4,554
edits
No edit summary |
No edit summary |
||
Line 116: | Line 116: | ||
margin-top: 2%; | margin-top: 2%; | ||
background-color: white; | background-color: white; | ||
border: 1px solid; | border: 1px solid; | ||
} | } | ||
Line 136: | Line 134: | ||
#show-article-wrapper:hover { | #show-article-wrapper:hover { | ||
border: 1px solid | border: 1px solid black; /* Adjust the border style as needed */ | ||
transform: rotate(-2deg); /* Rotate the wrapper */ | transform: rotate(-2deg); /* Rotate the wrapper */ | ||
} | } | ||
Line 143: | Line 141: | ||
/* Add any specific styles for #show-article-content if needed */ | /* Add any specific styles for #show-article-content if needed */ | ||
} | } | ||
.article-metadata { | .article-metadata { |