9 lines
150 B
SCSS
9 lines
150 B
SCSS
svg-keyboard {
|
|
width: 95%;
|
|
max-width: 1400px;
|
|
position: absolute;
|
|
left: 0;
|
|
transform: translateX(-101%);
|
|
user-select: none;
|
|
}
|