mirror of
https://github.com/aaronleetw/Attendance.git
synced 2024-11-14 19:11:39 -08:00
Change signature to unified ratio
This commit is contained in:
parent
6c320bd37a
commit
419a71be2b
1 changed files with 4 additions and 4 deletions
|
@ -12,10 +12,10 @@ div.signatures .col .row {
|
||||||
|
|
||||||
div.forSign {
|
div.forSign {
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
margin-left: 10%;
|
margin-left: auto;
|
||||||
margin-right: 10%;
|
margin-right: auto;
|
||||||
width: 80%;
|
width: 70vw;
|
||||||
height: 300px;
|
height: 30vw;
|
||||||
position: relative;
|
position: relative;
|
||||||
-webkit-box-flex: 1;
|
-webkit-box-flex: 1;
|
||||||
-ms-flex: 1;
|
-ms-flex: 1;
|
||||||
|
|
Loading…
Reference in a new issue