Update canvas info text and styles
This commit is contained in:
parent
3e637f4fbd
commit
0352d714b7
|
@ -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:
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue