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;