summaryrefslogtreecommitdiff
path: root/views/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'views/style.scss')
-rw-r--r--views/style.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/views/style.scss b/views/style.scss
index 9a3c9df..a0502b5 100644
--- a/views/style.scss
+++ b/views/style.scss
@@ -16,3 +16,12 @@ h4.head-back, h5.head-back{
height: 5em;
}
}
+img {
+ max-width: 100%;
+ max-height: 100%;
+}
+
+.plot {
+ height: 300px;
+ width: 300px;
+}