Update canvas info text and styles

This commit is contained in:
Maciej Matuszewski 2018-01-22 18:57:53 +01:00
parent 3e637f4fbd
commit 0352d714b7
2 changed files with 5 additions and 2 deletions

View File

@ -21,7 +21,7 @@ hero:
counterText: '01 - 06'
canvas:
info:
mobile: 'Touch to interact'
mobile: 'Touch and drag to interact.'
desktop: 'Click and drag to Rotate. Right click to Pan. Scroll Wheel to Zoom'
introduction:

View File

@ -19,8 +19,11 @@ body {
&__canvas-info {
position: absolute;
bottom: 0;
bottom: 10px;
left: 10px;
font-size: .7em;
font-weight: 600;
text-transform: uppercase;
&--mobile {
display: block;