Update: Styles signature page

This commit is contained in:
Sam Cheng Hung 2018-03-24 10:30:30 +09:00
commit 4174623651
3 changed files with 107 additions and 31 deletions

View file

@ -6,3 +6,10 @@
padding-top: 15px !important;
font-size: 24px !important;
}
textarea {
&.d-block {
display: block;
width: 100%;
}
}