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 {
|
||||
height: 1000px;
|
||||
width: auto;
|
||||
|
||||
Reference in New Issue
Block a user