Skip to content

Commit

Permalink
Fix images path
Browse files Browse the repository at this point in the history
  • Loading branch information
brunto committed Nov 22, 2017
1 parent 5d88eac commit 755e5ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/about/about.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
&-piaLogo {
padding-left: 260px;
background: url('/assets/images/pia-auth-logo.png') no-repeat center left transparent;
background: url('../../assets/images/pia-auth-logo.png') no-repeat center left transparent;
height: 123px;
margin-bottom: 40px;
&-text {
Expand All @@ -30,7 +30,7 @@
}
&-cnilLogo {
padding-left: 180px;
background: url('/assets/images/cnil-logo.png') no-repeat center left transparent;
background: url('../../assets/images/cnil-logo.png') no-repeat center left transparent;
background-size: 160px;
text-align: justify;
}
Expand Down

0 comments on commit 755e5ec

Please sign in to comment.