added 90 degree rotation class

This commit is contained in:
2026-04-28 08:45:50 +00:00
parent fb802bd6d9
commit 100c2f4845

View File

@@ -8,6 +8,13 @@ img {
}
.rotate-90 img {
transform: rotate(90deg);
height: auto;
width: auto;
}
.large-image img {
height: 1000px;
width: auto;