Teşekkür ederim. Alttaki gibi eklediğim zaman hata alıyorum.
Eklediğim kod;
@media (max-width: 767px)
.App:before {
background-image: url(https://i.hizliresim.com/jqX8j9.png);
background-position: left;
background-repeat: no-repeat;
background-size: contain;
}
@media (max-width: 767px){
.App-titleControl {
width: 180px;
right: 0 !important;
left: unset !important;
margin-left: -100px;
text-align: center;
color: #ea4b4b !important;
}}
Aldığım hata;
ParseError: Unexpected input in anonymous-file-5.less on line 562, column 1 560| 561| 562| @media (max-width: 767px) 563| .App:before { 564| background-image: url(https://i.hizliresim.com/jqX8j9.png); 565| background-position: left;