4,554
edits
| No edit summary | No edit summary | ||
| Line 117: | Line 117: | ||
|      right: 0; |      right: 0; | ||
|      width: inherit; |      width: inherit; | ||
|      height:  |      height: max-content; /* Make it take the height required by the content */ | ||
|      margin-right: 2%; |      margin-right: 2%; | ||
|      margin-top: 2%; |      margin-top: 2%; | ||
| Line 135: | Line 135: | ||
|      right: 0; |      right: 0; | ||
|      width: inherit; |      width: inherit; | ||
|      height:  |      height: max-content; /* Make it take the height required by the content */ | ||
|      margin-right: 2%; |      margin-right: 2%; | ||
|      margin-top: 2%; |      margin-top: 2%; | ||
| Line 145: | Line 145: | ||
| #article-frame:hover { | #article-frame:hover { | ||
|      border: 1px solid black; |      border: 1px solid black; | ||
|      transform: rotate(-5deg); |      transform: rotate(-2.5deg); | ||
| } | } | ||