4,554
edits
No edit summary  | 
				No edit summary  | 
				||
| Line 128: | Line 128: | ||
#show-article:hover {  | #show-article:hover {  | ||
     /* Styles for show-article when hovered */  |      /* Styles for show-article when hovered */  | ||
     transform: rotate(  |      transform: rotate(3.5deg); /* Rotate the content */  | ||
     border: 1px solid;  |      border: 1px solid;  | ||
     background-color: white;  |      background-color: white;  | ||
| Line 136: | Line 136: | ||
#show-article-wrapper:hover {  | #show-article-wrapper:hover {  | ||
     border: 1px solid black; /* Adjust the border style as needed */  |      border: 1px solid black; /* Adjust the border style as needed */  | ||
     transform: rotate(-  |      transform: rotate(-3.5deg); /* Rotate the wrapper */  | ||
}  | }  | ||