Skip to content

Commit

Permalink
Corrige url das imagens
Browse files Browse the repository at this point in the history
  • Loading branch information
devMagno committed Feb 24, 2021
1 parent f4d4a50 commit 1815f26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions css/scss/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@
height: 300px;
}
&--nature {
background-image: url('../../img/nature.png');
background-image: url('../img/nature.png');
flex-basis: 370px;
}
&--daily {
background-image: url('../../img/daily.png');
background-image: url('../img/daily.png');
flex-grow: 2;
}
&--together {
background-image: url('../../img/together.png');
background-image: url('../img/together.png');
display: flex;
flex-direction: column;
justify-content: center;
Expand All @@ -103,7 +103,7 @@
}
}
&--analysis {
background-image: url('../../img/analysis.png');
background-image: url('../img/analysis.png');
text-align: right;
flex-grow: 2;
background-position: center center;
Expand Down Expand Up @@ -154,7 +154,7 @@
margin-top: 0;
}
}
@include device(530px) {
@include device(small) {
order: -$i;
}
}
Expand Down
2 changes: 1 addition & 1 deletion css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1815f26

Please sign in to comment.