From 419a71be2b9fcec828bde81d90e1f7574aa6930d Mon Sep 17 00:00:00 2001 From: Aaron Lee Date: Tue, 14 Sep 2021 21:20:29 +0800 Subject: [PATCH] Change signature to unified ratio --- static/allpages.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/allpages.css b/static/allpages.css index aa652ff..797b98a 100644 --- a/static/allpages.css +++ b/static/allpages.css @@ -12,10 +12,10 @@ div.signatures .col .row { div.forSign { border: 1px solid black; - margin-left: 10%; - margin-right: 10%; - width: 80%; - height: 300px; + margin-left: auto; + margin-right: auto; + width: 70vw; + height: 30vw; position: relative; -webkit-box-flex: 1; -ms-flex: 1;