4,554
edits
No edit summary |
No edit summary |
||
Line 117: | Line 117: | ||
right: 0; | right: 0; | ||
width: inherit; | width: inherit; | ||
height: | height: 100%; /* Set to 100% to take full height of the container */ | ||
margin-right: 2%; | margin-right: 2%; | ||
margin-top: 2%; | margin-top: 2%; | ||
Line 133: | Line 133: | ||
right: 0; | right: 0; | ||
width: inherit; | width: inherit; | ||
height: | height: 100%; /* Set to 100% to take full height of the container */ | ||
margin-right: 2%; | margin-right: 2%; | ||
margin-top: 2%; | margin-top: 2%; | ||
Line 145: | Line 145: | ||
#show-article-wrapper:hover #article-frame { | #show-article-wrapper:hover #article-frame { | ||
border: 1px solid black; | border: 1px solid black; | ||
transform: rotate(- | transform: rotate(-5deg); | ||
} | } | ||