Я пытаюсь вставить свою фотографию, но не могу :( Извините, но у меня всегда одна и та же проблема: мой код TWIG:
<div class="col-6">
<div class="phone">
</div>
и мой код SASS:
.phone {
background: url('phone.png') no-repeat;
background-size: contain; /*This scales the image accoding to the div*/
background-position: center; /*positions the image in the center*/
width: auto;
height: 50px;
}
и мои файлы всегда одинаковы:
У меня всегда ошибка 404 ...