added 90 degree rotation class
This commit is contained in:
@@ -8,6 +8,13 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.rotate-90 img {
|
||||||
|
transform: rotate(90deg);
|
||||||
|
height: auto;
|
||||||
|
width: auto;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.large-image img {
|
.large-image img {
|
||||||
height: 1000px;
|
height: 1000px;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user