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 {
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue