- Düzenlendi
Harici stillere ekle:
Url yerine kendi logo linkini ekle
@media (max-width: 767px){
.App:before {
background-image: url(https://tsoltanov.com/forum/lou.png);
background-position: left;
background-repeat: no-repeat;
background-size: contain;
}}
Tüm konuları gizlemek için:
@media (max-width: 767px){
.App-titleControl {
display: none !important;
}}
Tüm konuları resimdeki gibi yapmak için:
@media (max-width: 767px){
.App-titleControl {
width: 180px;
right: 0 !important;
left: unset !important;
margin-left: -100px;
text-align: center;
color: #ea4b4b !important;
}}
Ve sonuç: