diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-07-12 15:27:15 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-07-12 15:27:15 +0300 |
| commit | d803f5572277eb0cf434c5252ee884e270e79f3d (patch) | |
| tree | eae647d45f6efa664df72960ad2bf5915647bb8f /client/colors.less | |
| parent | 78b3cd94707290419e7f987700e8c50b812f684f (diff) | |
Add final username signature
Diffstat (limited to 'client/colors.less')
| -rw-r--r-- | client/colors.less | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/client/colors.less b/client/colors.less index d1c87d7..0b151a2 100644 --- a/client/colors.less +++ b/client/colors.less @@ -267,6 +267,13 @@ body { text-align: center; -webkit-justify-content: center; justify-content: center; + margin-top: 80px; + div.canvas { + div.final-userdate { + margin-top: 12px; + font-family: 'Cutive Mono', serif; + } + } div.final-dominants { margin-left: 40px; width: 260px; @@ -291,7 +298,7 @@ body { } } div.share { - margin-left: 40px; + margin-left: 70px; width: 260px; button { display: block; |
