lundi 4 janvier 2021

I cannot position the border line correctly

I cannot position the borderline correctly in mobile view. Any recommendations? enter image description here

This is the borderline. (Pic 1)

enter image description here Desired output (Pic 2)

enter image description here My output (pic 3)

This is my code

&__lines {
    &::before {
      content: '';
      display: block;
      background-image: url('/img/title_lines.png');
      width: 1220px;
      max-width: 100%;
      height: 8px;
      margin: 0 auto;
      @include sp {
        background-image: url('/img/title_lines.png');
        background-repeat: no-repeat;
        background-size: 10 0% 7px;
      }
    }
  }



Aucun commentaire:

Enregistrer un commentaire