summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css
index 9688050..5ea8a95 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -46,3 +46,11 @@ input[type="text"] {
code {
word-wrap: anywhere;
}
+
+.responsive-img {
+ max-height: 200px;
+ max-width: 300px;
+ min-height: 150px;
+ /* width: 48%; */
+ /* height: auto; */
+}