fix: Правки линтера
This commit is contained in:
@@ -31,17 +31,16 @@
|
|||||||
|
|
||||||
.title {
|
.title {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
top: 170px;
|
||||||
|
left: 0;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|
||||||
left: 0;
|
max-width: 15ch;
|
||||||
top: 170px;
|
|
||||||
|
|
||||||
padding-left: 75px;
|
padding-left: 75px;
|
||||||
|
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size: 56px;
|
font-size: 56px;
|
||||||
line-height: 120%;
|
line-height: 120%;
|
||||||
max-width: 15ch;
|
|
||||||
|
|
||||||
border-left: 5px solid transparent;
|
border-left: 5px solid transparent;
|
||||||
border-image: var(--gradient-primary) 1;
|
border-image: var(--gradient-primary) 1;
|
||||||
@@ -80,7 +79,6 @@
|
|||||||
|
|
||||||
.controls {
|
.controls {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
transform-origin: left;
|
|
||||||
left: 100px;
|
left: 100px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
@@ -89,6 +87,8 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
|
|
||||||
|
transform-origin: left;
|
||||||
|
|
||||||
@media (width <=768px) {
|
@media (width <=768px) {
|
||||||
position: static;
|
position: static;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user