From 100c2f4845be235313dc0deef3e174f8a849f7a2 Mon Sep 17 00:00:00 2001 From: Birk Date: Tue, 28 Apr 2026 08:45:50 +0000 Subject: [PATCH] added 90 degree rotation class --- static/css/styles.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/css/styles.css b/static/css/styles.css index 1889039..54ea4f3 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -8,6 +8,13 @@ img { } +.rotate-90 img { + transform: rotate(90deg); + height: auto; + width: auto; + +} + .large-image img { height: 1000px; width: auto;