aboutsummaryrefslogtreecommitdiff
path: root/app/static
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-06-07 12:57:27 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-06-07 12:57:27 +0100
commitc97bd6367095ba7811b24f143ec43670d38a7480 (patch)
tree6dd9fbd5cfe2ed837fac3e73d3334df4019a8432 /app/static
parentMinor clarifications in demo (diff)
downloadAnnotateChange-c97bd6367095ba7811b24f143ec43670d38a7480.tar.gz
AnnotateChange-c97bd6367095ba7811b24f143ec43670d38a7480.zip
Reduce done image size
Diffstat (limited to 'app/static')
-rw-r--r--app/static/user_index.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/static/user_index.css b/app/static/user_index.css
index 7f42c9f..a91bec3 100644
--- a/app/static/user_index.css
+++ b/app/static/user_index.css
@@ -11,6 +11,6 @@
#done img {
margin: 0 auto;
text-align: center;
- width: 80%;
+ width: 40%;
display: block;
}