diff options
author | Alex Tatiyants <atatiyan@gmail.com> | 2016-01-29 21:21:35 -0800 |
---|---|---|
committer | Alex Tatiyants <atatiyan@gmail.com> | 2016-01-29 21:33:22 -0800 |
commit | 7e0665204c5931a8fa47d835a4799030a960c354 (patch) | |
tree | ed3f0ff0f14b6f23f4482223dcf38626d4508f35 /app/assets/sass | |
parent | d256691ac0e4d2e1cd41ef1c1d9ce3c310e77dc6 (diff) |
add usage hints/disclaimer. close #11, #6
Diffstat (limited to 'app/assets/sass')
-rw-r--r-- | app/assets/sass/_forms.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/sass/_forms.scss b/app/assets/sass/_forms.scss index 48ed407..5c15328 100644 --- a/app/assets/sass/_forms.scss +++ b/app/assets/sass/_forms.scss @@ -22,7 +22,7 @@ &-lg { width: 98%; - height: 280px; + height: 210px; margin-bottom: $padding-base; margin-bottom: $padding-lg; border-radius: $border-radius-base; |