Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/fncnt/vncnt-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfncnt <github@vncnt.eu>2019-03-28 14:15:42 +0300
committerfncnt <github@vncnt.eu>2019-03-28 14:15:42 +0300
commit4823865a8d72060aefd9345c9015d6b337ebf375 (patch)
tree036ef2d62cf77820453a18fef0cf18f8d4fc49a6
parentc1ac92b9f917ffebf6ba91a495866b5427131b8e (diff)
Allow avatar scaling up to 200%.
-rw-r--r--static/css/vncnt.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/vncnt.css b/static/css/vncnt.css
index 4d5d462..1528472 100644
--- a/static/css/vncnt.css
+++ b/static/css/vncnt.css
@@ -89,7 +89,7 @@ p.reset-margin {
}
.avatar {
- max-width: 100%;
+ max-width: 200%;
box-sizing: border-box;
float: right;
}