4,554
edits
No edit summary |
No edit summary |
||
Line 117: | Line 117: | ||
right: 0; | right: 0; | ||
width: inherit; | width: inherit; | ||
height: | height: 100%; /* Make it take 100% of the parent's height */ | ||
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: 100%; | height: 100%; /* Make it take 100% of the parent's height */ | ||
margin-right: 2%; | margin-right: 2%; | ||
margin-top: 2%; | margin-top: 2%; | ||
Line 147: | Line 147: | ||
transform: rotate(-5deg); | transform: rotate(-5deg); | ||
} | } | ||